body{
    display:flex;
    justify-content: center;
}

form{
    border: 3px solid #3b3b3b;
    background-color: #ecf7fc;
    font-size: 11pt; 
    font-family: Arial; 
    font-weight: bold;
    color: #3b3b3b;
    margin-top: 10%;
    width: 35%;
    min-width: 255px;
    max-width: 480px;
    min-height: 375px; 
    max-height: 510px;
    aspect-ratio: 1/1;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
button{
    font-size: 11pt; 
    font-family: Arial; 
    font-weight: bold;
    color: #3b3b3b;
    background-color: #ecf7fc;
    border-radius: 100px;
    border-color:#3b3b3b3b; 
    padding-left: 50px ;
    padding-right:50px ;
    background-image: linear-gradient(180deg, white,#ecf7fc );
   
    
}
div{
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    justify-content: center;
    
    
}
button{
    padding-top: 7px;
    padding-bottom: 7px;
}
input{
    width: 50%;
    min-width: 180px;
    max-width: 245px;
    
}
    
