﻿:root {
    --reliv-blue: #1f5c8b;
    --reliv-blue-dark: #12395c;
    --reliv-blue-soft: #dce8f3;
    --reliv-border: #d1dbe6;
    --reliv-surface: #f6f8fb;
    --reliv-text: #14395a;
    --reliv-muted: #5c7187;
    --reliv-danger: #b13a48;
}

html,
body {
    min-height: 100%;
    background: linear-gradient(135deg, #eef4f8 0%, #f8fbfd 100%);
}

body {
    color: var(--reliv-text);
}

.container-login100 {
    height: 100vh;
    padding: 0;
    background: white;
}

.wrap-login100 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(16, 48, 77, 0.14);
    align-items: stretch;
}

.login100-more.reliv-login-banner {
    width: 64%;
    min-height: calc(100vh - 48px);
    background-image: url('../../Images/Reliv/relivlogin.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .login100-more.reliv-login-banner::before {
        display: none;
    }

.login100-form {
    width: 36%;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 42px;
    background: #ffffff;
}

.reliv-auth-shell {
    width: 100%;
    max-width: 440px;
}

.reliv-brand {
    margin-bottom: 34px;
    text-align: center;
}

    .reliv-brand img {
        width: 100%;
        max-width: 265px;
        height: auto;
    }

.login100-form-title {
    margin-bottom: 10px;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 24px;
    line-height: 1.12;
    text-align: left;
    color: var(--reliv-blue-dark);
}

.reliv-form-subtitle {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--reliv-muted);
}

.flex-sb-m {
    display: block !important;
    width: 100%;
    padding: 0 !important;
}

.alert-banner {
    display: none;
    margin: 0 0 18px;
    border-radius: 16px;
    border: 1px solid #ffd2d9;
    background: #fff1f3;
    color: #3a3340;
    padding: 16px 18px;
    text-align: left;
}

    .alert-banner .title {
        font-weight: 700;
    }

    .alert-banner .close {
        float: right;
        cursor: pointer;
        opacity: .6;
    }

.wrap-input100 {
    height: auto;
    margin-bottom: 18px;
    display: block;
    border: 1px solid var(--reliv-border);
    border-radius: 12px;
    background: var(--reliv-surface);
    position: relative;
    overflow: hidden;
}

.reliv-input-label {
    display: block;
    margin-bottom: 8px;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 15px;
    color: #4c4a48;
}

.reliv-required {
    color: var(--reliv-danger);
}

.label-input100 {
    display: none;
}

.input100 {
    width: 100%;
    min-height: 56px;
    padding: 16px 22px;
    font-size: 17px;
    color: var(--reliv-blue-dark);
}

    .input100::placeholder {
        color: #8aa0b2;
    }

.focus-input100 {
    width: 100%;
    height: 100%;
    border: 2px solid var(--reliv-blue);
    border-radius: 12px;
}

.input100:focus,
.has-val,
.input100:focus + .focus-input100 + .label-input100,
.has-val + .focus-input100 + .label-input100 {
    height: auto !important;
}

.reliv-password-group {
    position: relative;
}

.reliv-password-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b6b5e;
    font-size: 18px;
    z-index: 2;
}

    .reliv-password-toggle:hover,
    .reliv-password-toggle:focus {
        color: var(--reliv-blue);
    }

    .reliv-password-toggle::before {
        content: "\1F441";
        font-family: "Segoe UI Symbol", sans-serif;
        line-height: 1;
    }

    .reliv-password-toggle.fa-eye-slash::before {
        content: "\25CC";
    }

.reliv-password-group .input100 {
    padding-right: 54px;
}

.text-danger,
.t-danger {
    color: var(--reliv-danger) !important;
    font-size: 13px;
    line-height: 1.5;
}

.t-user-pass {
    margin-bottom: 10px;
}

.reliv-forgot-row {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 28px;
}

.reliv-link {
    color: var(--reliv-blue);
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 14px;
}

    .reliv-link:hover {
        color: var(--reliv-blue-dark);
    }

.container-login100-form-btn {
    width: 100%;
}

#contact-support {
    margin-top: 18px;
}

    #contact-support .login100-form-btn {
        max-width: 260px;
        margin: 0 auto;
    }

.reliv-register {
    margin-top: 28px;
    text-align: center;
    color: #1f1f1f;
    font-size: 15px;
}

    .reliv-register a {
        margin-left: 10px;
    }

.twofa-title {
    color: var(--reliv-blue-dark);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.twofa-subtitle {
    margin-bottom: 16px;
}

.twofa-countdown {
    color: #2f4b7c;
    margin: 14px 0;
}

.twofa-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.disabled-link-buttons {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
}

@media (max-width: 1200px) {
    .login100-more.reliv-login-banner {
        width: 58%;
    }

    .login100-form {
        width: 42%;
        padding: 40px 32px;
    }
}

@media (max-width: 991px) {
    .container-login100 {
        padding: 18px;
    }

    .wrap-login100 {
        min-height: auto;
    }

    .login100-more.reliv-login-banner {
        display: none;
    }

    .login100-form {
        width: 100%;
        min-height: calc(100vh - 36px);
        padding: 36px 24px;
    }
}

@media (max-width: 576px) {
    .container-login100 {
        padding: 0;
    }

    .wrap-login100 {
        min-height: 100vh;
        border-radius: 0;
        box-shadow: none;
    }

    .login100-form {
        min-height: 100vh;
        padding: 28px 18px;
    }

    .login100-form-title {
        font-size: 29px;
    }

    .reliv-form-subtitle {
        font-size: 15px;
    }

    .input100 {
        min-height: 54px;
        padding: 15px 18px;
        font-size: 16px;
    }

    .login100-form-btn {
        font-size: 18px;
    }
}
