/* Minification failed. Returning unminified contents.
(123,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(124,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(378,9): run-time error CSS1030: Expected identifier, found '>'
(378,37): run-time error CSS1031: Expected selector, found ')'
(378,37): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body, html {
    font-family: 'Lato', Arial, sans-serif;
    overflow-x: hidden;
}

.left-panel {
    background-color: #d9e6f2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-panel-gray {
    background-color: #fcfcfc;
}

.left-panel-transparent {
    background-color: transparent;
}

.left-panel-login {
    margin: 0;
    padding: 0;
}

.right-panel {
    padding: 1.25rem 13.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 120px);
}

iframe.carousel {
    width: 100%;
    height: 100vh;
}

.form-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
}

table#Login1 {
    width: 100%;
}

.main-text {
    color: #2C3E50;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    margin-top: 3.5rem;
    margin-bottom: 1rem;
}

.sub-text {
    color: #7B8A8B;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}

.stepwizard-container {
    color: #7B8A8B;
    min-height: 6rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

    .stepwizard-container label {
        margin-bottom: 0px;
    }

    .stepwizard-container i {
        padding-bottom: 1px;
    }

.input-label {
    color: #7B8A8B;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.logo {
    margin-bottom: 20px;
    max-width: 150px;
}

.email-label {
    margin-top: 10px;
}

.text-danger {
    color: #a94442;
}

.send-btn {
    background-color: #00c4cc;
    border-color: #00c4cc;
    color: #fff !important;
}

    .send-btn:hover {
        background-color: #009ba3;
        border-color: #009ba3;
    }

.btn {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.5rem;
    white-space: nowrap;
    border-radius: 0.3rem;
}

.rgs-button {
    min-width: 8rem;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #0cbed3;
}

    .rgs-button:hover {
        color: #fff;
        background-color: #31d2f2;
    }

.rgs-button-mini {
    font-size: 14px;
    font-weight: bold;
    border-radius: 980px;
}

    .rgs-button-mini.blue {
        border: 1px solid #0CBED3;
        color: #0CBED3;
        box-shadow: none;
    }

        .rgs-button-mini.blue:hover {
            border: 1px solid #31d2f2;
            color: #31d2f2;
        }

    .rgs-button-mini.orange {
        color: #fff;
        background-color: #F39C12;
        box-shadow: none;
    }

        .rgs-button-mini.orange:hover {
            background-color: #FF9C12;
        }

.footer {
    text-align: center;
    padding: 0.5rem 0;
    color: #7B8A8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.pty-ltd-row {
    margin-top: 2rem;
}

html, body {
    height: 100%;
    margin: 0;
}

.container-fluid {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .left-panel, .right-panel {
        min-height: auto;
    }

    .logo {
        max-width: 100px;
    }

    .left-panel {
        display: none;
    }

    .right-panel {
        width: 100%;
        padding: 0.9375rem;
        min-height: calc(100vh - 100px);
    }

    .form-container {
        padding-top: 1.875rem;
    }

    .footer .row .col-md-6 {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        max-width: 120px;
    }

    .right-panel {
        padding: 1.875rem;
    }

    .form-container {
        padding-top: 2.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .right-panel {
        padding: 1.25rem 4rem;
    }

    .form-container {
        padding-top: 4rem;
    }

    .logo {
        max-width: 130px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .right-panel {
        padding: 1.25rem 8rem;
    }

    .form-container {
        padding-top: 1rem;
    }

    .logo {
        max-width: 140px;
    }
}

@media (min-width: 1920px) {
    .right-panel {
        padding: 1.25rem 22rem;
    }

    .form-container {
        padding-top: 6rem;
    }

    .logo {
        max-width: 160px;
    }

    .container-fluid {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.fw-bold {
    font-weight: bold;
}

.rgs-link-blue {
    text-decoration: none !important;
    color: #0cbed3 !important;
}

    .rgs-link-blue:hover {
        text-decoration: underline !important;
        color: #0cbed3 !important;
    }

.rgs-link-forgot {
    font-weight: 700;
    text-decoration: underline !important;
}

.rgs-color {
    color: #0cbed3 !important;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem !important;
}

.alert-info-rgs {
    background-color: #cff4fc !important;
    border: 1px solid #6edff6 !important;
    color: #000000 !important;
    border-radius: 6px !important;
    padding: 5px 15px 15px 15px;
}

    .alert-info-rgs a {
        color: #000000 !important;
        text-decoration: underline !important;
    }

.alert-danger-rgs {
    border-radius: 6px !important;
    padding: 5px 15px 15px 15px;
}

#pswd_info_2 {
    position: absolute;
    width: 300px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1000;
}

    #pswd_info_2 h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info_2::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

#pswd_info_2 {
    display: none;
}

div:has(> input#LoginButton:disabled) {
    cursor: not-allowed;
}

input:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #fcfcfc;
}

.validate-danger {
    color: #a94442 !important;
}

#UserNameRequired {
    color: #a94442 !important;
}

#PasswordRequired {
    color: #a94442 !important;
}

.password-wrapper {
    position: relative;
}

    .password-wrapper .toggle-new-password,
    .password-wrapper .toggle-confirm-password {
        position: absolute;
        right: .75rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        border: 0;
        background: transparent;
        padding: 0;
    }

