body{
    background:#F1EAE2;
}

#content{
    background:url(../img/login-bg.webp) no-repeat center top 200px;
    background-size: contain;
    min-height: 100svh;
}

#content h2{
    text-align: center;
}

.logo{
    margin:30px 0;
    text-align: center;
}

.top{
    margin-bottom:30px;
    text-align: center;
}

input{
    border-radius:50px;
    background:#fff;
}