
.LoginForm {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%
}

.LoginForm-up {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.LoginForm-up__error {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: var(--error);
    gap: 5px
}

.LoginForm-up__error_text {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    padding-left: 30px
}

.LoginForm-up__recovery {
    display: flex;
    justify-content: center
}

.LoginForm-up__recovery_btn {
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
    color: var(--active)
}

.LoginForm-up__socials {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px
}

.LoginForm-down {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.LoginForm-down__register {
    text-align: center;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: var(--textPrimary)
}

.LoginForm-down__register_btn {
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
    color: var(--active)
}

.LoginForm__authError {
    width: 100%;
    color: red;
    margin-top: 12px;
    text-align: center
}
