.user-login-form h1,
.user-register-form h1 {
    font-size: 2rem;
}

.user-login-form h2,
.user-register-form h2 {
    font-size: 1.5rem;
}

.user-login-form .ost-btn,
.user-register-form .ost-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.user-login-form form,
.user-register-form form {
    margin-bottom: 4rem;
}

.user-login-form .ost-input,
.user-register-form .ost-input {
    background-color: var(--background-alt-grey);
}

@media (max-width: 600px) {
    .user-login-form,
    .user-register-form {
        padding: 0;
    }
}

.login-form_content > div,
.login-form_content > .form-wrapper > div {
    margin-bottom: 2rem;
}

.login-form_password-wrapper {
    position: relative;
}

.login-form_show-password {
    margin: 0;
}

@media (max-width: 600px) {
    .login-form_show-password {
        position: absolute;
        top: -2px;
        right: 0;
    }
}

.login-form_submit,
.login-form_create-account {
    justify-content: center;
}

