﻿html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #ff7543;
}

.rs-login-page {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #ff7543;
}

.rs-login-left {
    width: 42%;
    min-height: 100vh;
    background: #ff7043;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 7%;
}

.rs-login-right {
    width: 58%;
    min-height: 100vh;
    background: #ffffff;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 60px;
}

.rs-login-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
}

.rs-login-panel {
    width: 100%;
    max-width: 520px;
}

.rs-login-form {
    width: 100%;
}

.rs-logo-container {
    text-align: center;
    margin-bottom: 30px;
}

.rs-login-logo {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.rs-login-title-responsive {
    display: none;
    text-align: center;
    color: #ff7543;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 35px;
    line-height: 1.1;
}

.rs-form-group {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
    border-bottom: 1px solid #7d9ed4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rs-input-icon {
    width: 42px;
    min-width: 42px;
    color: #ff5a1f;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rs-login-input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: transparent;
    color: #333333;
    font-size: 18px;
    padding: 0 45px 0 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .rs-login-input::-webkit-input-placeholder {
        color: #333333;
        opacity: 1;
    }

    .rs-login-input::-moz-placeholder {
        color: #333333;
        opacity: 1;
    }

    .rs-login-input:-ms-input-placeholder {
        color: #333333;
        opacity: 1;
    }

    .rs-login-input::placeholder {
        color: #333333;
        opacity: 1;
    }

.rs-password-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #ff5a1f;
    font-size: 22px;
    cursor: pointer;
    padding: 0 6px;
}

    .rs-password-toggle:focus,
    .rs-login-input:focus,
    .rs-login-button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.rs-login-button {
    width: 82%;
    height: 56px;
    display: block;
    margin: 46px auto 24px auto;
    border: none;
    border-radius: 6px;
    background: #ff7543;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

    .rs-login-button:hover {
        background: #ff6831;
        color: #ffffff;
    }

.rs-recovery-link {
    text-align: center;
    margin-top: 10px;
}

    .rs-recovery-link a {
        color: #6c757d;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: color 0.2s ease-in-out;
    }

        .rs-recovery-link a:hover {
            color: #6c757d;
            text-decoration: none;
        }

        .rs-recovery-link a:focus {
            color: #6c757d;
            text-decoration: none;
            outline: none;
        }

.rs-login-error {
    display: block;
    width: 82%;
    margin: 0 auto 14px auto;
    padding: 10px 14px;
    border-radius: 6px;
    background: #fff2ee;
    border: 1px solid #ffb49d;
    color: #c0392b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

    .rs-login-error:empty {
        display: none;
    }

.rs-captcha-container {
    text-align: center;
    margin-top: 10px;
}

.rs-captcha-img {
    max-width: 220px;
    margin-bottom: 10px;
    cursor: pointer;
}

.rs-captcha-input {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
}

/* =========================
   TABLET
   ========================= */
@media (max-width: 991.98px) and (min-width: 768px) {

    .rs-login-left {
        width: 14%;
        padding-left: 0;
        justify-content: center;
    }

    .rs-login-title {
        display: none;
    }

    .rs-login-right {
        width: 86%;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        padding: 30px 34px;
        background: #ffffff;
    }

    .rs-login-title-responsive {
        display: block;
        font-size: 22px;
        margin-bottom: 32px;
    }

    .rs-login-panel {
        max-width: 520px;
    }

    .rs-logo-container {
        margin-bottom: 16px;
    }

    .rs-login-logo {
        max-width: 300px;
    }

    .rs-form-group {
        margin-bottom: 26px;
    }

    .rs-login-input {
        height: 46px;
        font-size: 16px;
    }

    .rs-login-button {
        width: 100%;
        max-width: 360px;
        height: 50px;
        margin-top: 36px;
        font-size: 17px;
    }

    .rs-recovery-link a {
        font-size: 13px;
    }
}

.rs-login-button-wrap {
    position: relative;
    width: 82%;
    margin: 46px auto 24px auto;
}

    .rs-login-button-wrap .rs-login-button {
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 1;
    }

.rs-login-button-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.rs-button-spinner {
    width: 22px;
    height: 22px;
    border: 3px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: rs-spin 0.75s linear infinite;
}

.rs-login-button-wrap.is-loading .rs-login-button {
    color: transparent;
    pointer-events: none;
    cursor: wait;
}

.rs-login-button-wrap.is-loading .rs-login-button-loader {
    display: flex;
}

@keyframes rs-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rs-form-group.rs-form-invalid {
    border-bottom-color: #e74c3c;
}

.rs-input-invalid::placeholder {
    color: #c0392b;
}


/* =========================
   MOBILE
   ========================= */
@media (max-width: 767.98px) {

    html,
    body {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        background: #ffffff;
        overflow-x: hidden;
    }

    .rs-login-page {
        width: 100%;
        min-height: 100vh;
        display: block;
        padding: 0;
        margin: 0;
        background: #ffffff;
        overflow: hidden;
    }

    .rs-login-left {
        display: none !important;
    }

    .rs-login-right {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
        padding: 58px 26px 30px 26px;
        background: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rs-login-panel {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .rs-logo-container {
        margin-bottom: 14px;
        text-align: center;
    }

    .rs-login-logo {
        max-width: 225px;
        width: 100%;
        height: auto;
    }

    .rs-login-title-responsive {
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: #ff5a1f;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 48px;
        line-height: 1.1;
    }

    .rs-form-group {
        margin-bottom: 26px;
        border-bottom: 1px solid #7d9ed4;
    }

    .rs-input-icon {
        width: 28px;
        min-width: 28px;
        font-size: 16px;
        color: #ff4b0b;
    }

    .rs-login-input {
        height: 42px;
        font-size: 18px;
        padding: 0 34px 0 6px;
        color: #333333;
    }

        .rs-login-input::-webkit-input-placeholder {
            color: #333333;
            opacity: 1;
        }

        .rs-login-input::-moz-placeholder {
            color: #333333;
            opacity: 1;
        }

        .rs-login-input:-ms-input-placeholder {
            color: #333333;
            opacity: 1;
        }

        .rs-login-input::placeholder {
            color: #333333;
            opacity: 1;
        }

    .rs-password-toggle {
        right: 0;
        font-size: 18px;
        color: #ff4b0b;
        padding: 0 2px;
    }

    .rs-login-button {
        width: 100%;
        height: 44px;
        margin: 50px auto 20px auto;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 700;
        background: #ff7043;
    }

    .rs-recovery-link {
        margin-top: 8px;
    }

        .rs-recovery-link a {
            font-size: 15px;
        }

    .rs-login-error {
        width: 100%;
        font-size: 13px;
        padding: 9px 12px;
        margin-bottom: 12px;
    }

    .rs-recovery-link a {
        font-size: 15px;
    }

    .rs-login-button-wrap {
        width: 100%;
        margin: 50px auto 20px auto;
    }

        .rs-login-button-wrap .rs-login-button {
            height: 44px;
            font-size: 16px;
            margin: 0;
        }

    .rs-button-spinner {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }
}

/* =========================
   MOBILE PEQUEÑO
   ========================= */
@media (max-width: 380px) {

    .rs-login-right {
        padding: 54px 26px 28px 26px;
    }

    .rs-login-panel {
        max-width: 308px;
    }

    .rs-login-logo {
        max-width: 215px;
    }

    .rs-login-title-responsive {
        font-size: 20px;
        margin-bottom: 46px;
    }

    .rs-login-input {
        font-size: 18px;
    }

    .rs-login-button {
        height: 44px;
        font-size: 15px;
        margin-top: 48px;
    }

    .rs-recovery-link a {
        font-size: 16px;
    }
}
