#root .desktop .beto-login .generic-form .form-row label[for="username_l"],
#root .desktop .beto-login .generic-form .form-row label[for="password_l"] {
    background-size: initial;
    opacity: 1;
    background-color: unset;
    width: 34px;
    /* height: 34px; */
}

#root .desktop .beto-login .generic-form .form-row.username-row input {
    margin-bottom: 15px;
}

#root .desktop .button-submit-login {
    width: 101px;
    height: 41px;
    border-radius: 13px;
    background-color: var(--c-green);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
}

#root .desktop .button-submit-login {
    border: none;
}

#root .desktop.device-desktop .user-page-content button:hover {
    background-color: var(--c-green);
}

#root .desktop.view-page-login .user-page-content>app-widget-host {
    max-width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 16px;
}

#root .desktop form .form-row .form-element-wrapper {
    max-width: unset;
}

#root .desktop .register-button .register-link div {
    line-height: 1;
}