@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}
body{
    background-image: url("wal.jpeg");
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
  
    
}
.airbnb{
    margin-top: 50px;
    width: 560px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
}
.lsup{
    padding: 20px;
}
.welcom{
    font-size: 22px;
    padding: 10px 0px 15px 0px;
}
.cty{
    font-size: small;
}
.hed{
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid grey;
    padding: 15px 10px;
}
select {
    width: 100%;
    height: 56px;
    padding: 10px;
    border-radius: 5px 5px 0px 0px ;
    border: 1px solid lightgrey;
}
select:focus {
    min-width: 100%;
    
}
input{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 0px 5px 5px;
    height: 56px;
    border: 1px solid lightgrey;
}
.terms{
    padding: 5px 0px 0px 0px;
    font-size: 11px;
}
.privacy{
    font-size: 11px;
    color: black;
    font-weight: 600;
}
a:visited{
    color: black;
}
.cont{
    margin-top: 10px;
    width: 100%;
    padding: 5px 50px;
    background-image: radial-gradient(circle at center, #FF385C 0%, #E61E4D 27.5%, #E31C5F 40%, #D70466 57.5%, #BD1E59 75%, #BD1E59 100% );
    border:none;
    color: white;
    border-radius: 10px;
    height: 48px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.cont:hover{
    filter: blur(.7px);
    transition: all .5s ease-in-out;
}


.other{
  
}
.oth{
    display: flex;
    flex-direction: row;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    margin-top: 10px;
    align-items: center;
    font-size: small;
    border-radius: 10px;
    padding: 15px 10px;
}
.oth:hover{
    background-color: rgb(233, 233, 233);
}
.ico{
    width: 20px;
    height: 20px;
    
}
.info{
    text-align: center;
    width: 100%;
}
.or{
    font-size: small;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}