img{
    width: 40px;
}

.reset{
    text-align: center;
    
    background-color: antiquewhite;
    width: 409px;
    height: 208px;
    border: solid black 2px;
    border-radius: 50px;
    padding: 30px;
    
}
body{
    background-color: aqua;
}
.login{
    background-color: bisque;
    border: solid black 2px;
    border-radius: 30px;
    width: 400px;
    height: 350px;
    padding: 30px;
    text-align: center;
}

.regestation{
    background-color: bisque;
    border: solid black 2px;
    border-radius: 30px;
    width: 410px;
    height: 460px;
    padding: 35px;
    text-align: center;
    margin-left: 550px;
    margin-top: 150px;

}
.login{
    margin-left: 550px;
    margin-top: 240px;
    padding: 40px;
    height: 280px;
}
.reset{
    margin-top: 340px;
    margin-left: 550px;
}