.logo{
    width: 200px;
}

.form-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.form-section{
    width: 100%;
    max-width: 480px;
}

.main-login{
    height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.login-form{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    border-top: 1px solid #808080b8;
    padding-top: 18px;
    margin-top: 18px;
}