.user-auth-split {
    min-height: 100vh;
    margin: 0;
    font-family: var(--font-family-1, "Gilroy", sans-serif);
    color: var(--color-2-text, #1c1d1e);
    background-color: #fff;
}

.user-auth-split-layout {
    min-height: 100vh;
}

.user-auth-form-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    background-color: #fff;
}

.user-auth-form-inner {
    width: 100%;
    max-width: 420px;
}

.user-auth-form-inner .form-label {
    font-weight: 600;
    margin-bottom: 0.375rem;
}

.user-auth-form-inner .form-control {
    border: 1px solid var(--obvodka, #e4e5e6);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    min-height: 48px;
}

.user-auth-form-inner .form-control:focus {
    border-color: var(--beryuza, #00dfa2);
    box-shadow: 0 0 0 0.2rem rgba(0, 223, 162, 0.15);
}

.user-auth-form-inner .invalid-feedback {
    font-size: 0.875rem;
}

.user-auth-logo {
    max-height: 40px;
    margin-bottom: 2rem;
}

.user-auth-title {
    font-size: 2rem;
    font-weight: 700;
/*    color: var(--siniy, #071952);*/
    margin-bottom: 0.5rem;
    text-align: center;
}

.user-auth-subtitle {
    color: var(--chernyy-1, #8a8b8c);
    margin-bottom: 2rem;
    text-align: center;
}

.user-auth-back-link {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: var(--chernyy-1, #8a8b8c);
    text-decoration: none;
}

.user-auth-back-link:hover {
    color: var(--siniy, #071952);
}

.user-auth-footer-link {
    margin-top: 1.5rem;
    text-align: center;
    color: var(--chernyy-1, #8a8b8c);
}

.user-auth-footer-link a {
    color: var(--siniy, #071952);
    font-weight: 600;
}

.user-auth-bg-col {
    background-image: url(/images/f1.png), linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 100vh;
}

.user-auth-form .btn_def.size-a1 {
    width: 100%;
    margin-top: 0.5rem;
}

.user-auth-form .btn_def.size-a1 button[type="submit"] {
    background: linear-gradient(to right, #4dffbe 0%, #63c8ff 50%, #4dffbe 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.5s;
    background-size: 200% auto;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border: none;
    color: var(--siniy, #071952);
    font-family: var(--font-family-1, "Gilroy", sans-serif);
    font-size: 16px;
    cursor: pointer;
}

.user-auth-form .btn_def.size-a1 button[type="submit"]:hover {
    background-position: right center;
    box-shadow: 0 5px 40px 0 rgba(77, 255, 190, 0);
    color: var(--siniy, #071952);
}

@media (max-width: 991.98px) {
    .user-auth-form-col {
        min-height: 100vh;
    }
}
