*{
    margin : 0;
    padding : 0;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4e4ba;
    
}
.container{
    background-color: whitesmoke;
    padding: 2rem;
    border-radius: 1rem;
    min-height: 70vh;
    min-width: 50vh;
}

form{
    margin: 2rem 0 1rem 0;

}

form select,button,input{
    width: 100%;
    height: 2rem;
    border: none;
    outline: none;
    border-radius: .75rem;
}

form input{
    height: 2rem;
    font-size: 1rem;
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 1px solid lightgray;
}

.dropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.dropdown i{
    font-size: 1.5rem;
    margin-top: 1rem ;
}

/* .select-container img{
    max-width: 1.74rem;

}

.select-container{
    display: flex;
    width: 3rem;
    /* background-color: red; 
    /* border-radius: .5rem;
    border: 1px solid lightgray;
} */
/* .select-container select{
    font-size: 1rem;
    width: 1rem;
} */ 

.msg{
    margin: 2rem 0 2rem 0;
    justify-content: center;
    text-align: center;
    
    
}
form  button{
    height: 3rem;
    background-color: #af4d98;
    color : white;
    font-size: 1.2rem;
    cursor: pointer;
}

.select-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid lightgray;
    background-color: white;
    width: auto;
}

.select-container img {
    width: 1.5rem;
    height: auto;
}

.select-container select {
    font-size: 1rem;
    border: none;
    outline: none;
    background: transparent;
    width: auto;
    cursor: pointer;
}
