/* Minification failed. Returning unminified contents.
(3,21): run-time error CSS1039: Token not allowed after unary operator: '-font-title-size'
(12,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-econnect'
(13,21): run-time error CSS1039: Token not allowed after unary operator: '-font-title-size'
(52,21): run-time error CSS1039: Token not allowed after unary operator: '-font-footer-size'
(72,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-econnect'
(168,17): run-time error CSS1039: Token not allowed after unary operator: '-color-ob-grey'
(169,28): run-time error CSS1039: Token not allowed after unary operator: '-color-ob-green'
(170,21): run-time error CSS1039: Token not allowed after unary operator: '-font-title-size'
(240,21): run-time error CSS1039: Token not allowed after unary operator: '-font-title-text'
(266,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-econnect'
(267,21): run-time error CSS1039: Token not allowed after unary operator: '-font-title-size'
(293,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-econnect'
(294,21): run-time error CSS1039: Token not allowed after unary operator: '-font-title-size'
 */
html {
    height: 100%;
    font-size: var(--font-title-size);
}

body {
    /* Remember to use the other versions for IE 10 and older browsers! */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    font-family: var(--font-family-econnect);
    font-size: var(--font-title-size);
    color: #fff;
    background-image: url('../Images/eConnect_Login_Background.jpg');
    background-size: cover;
    background-position: bottom, center;
}


.logo {
    text-align: center;
    padding: 0;
    margin: 0;
}

.eConnectLogo {
    padding: 10px;
}

.container {
    width: 585px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
    background-color: white;
    height: 100vh;
}


.footer-text {
    width: 585px;
    height: 50px;
    border-top: 1px solid #d6d6d6;
    line-height: 50px;
    text-align: center;
    color: #888887;
    font-weight: normal !important;
    font-size: var(--font-footer-size)
}

    .footer-text span {
        color: #888887 !important;
        font-weight: normal !important;
    }

        .footer-text span a {
            color: #888887 !important;
            font-weight: normal !important;
        }
.login-item {
    padding: 15px 5PX 38PX 5px;
    margin: 40px 40px;
    min-height: 395px;
    background-color: white;
    border-radius: 4px;
    width: 500px;
    align-self: center;
    font-family: var(--font-family-econnect);
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .eConnectLogo {
        width: 380px;
        height: auto;
    }

    .container {
        width: 520px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-text {
        width: 520px;
        height: 50px;        
        line-height: 50px;       
    }
    .login-item {
        padding: 25px 25px 0;
        margin: 20px 20px 0;
        min-height: 250px;
    }

    .topupLogo {
        width: 255px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .eConnectLogo {
        width: 380px;
        height: auto;
    }

    .container {
        width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-text {
        width: 500px;
        height: 50px;        
        line-height: 50px;
    }
    .login-item {
        padding: 25px 25px 0;
        margin: 20px 20px 0;
        height: 250px;
    }

    .topupLogo {
        width: 255px !important;
    }
}

@media (max-width: 781px) {

    .eConnectLogo {
        width: 410px;
        height: auto;
    }

    .container {
        width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-text {
        width: 400px;
        height: 50px;
        line-height: 50px;
    }
    .login-item {
        padding: 10px 10px 0;
        margin: 10px 10px 0;
        height: 240px;
    }

    .topupLogo {
        width: 220px !important;
    }
}

.login-label {
    color: white;
}

.loginButton > .login-btn {
    color: var(--color-ob-grey);
    background-color: var(--color-ob-green) !important;
    font-size: var(--font-title-size);
    font-weight: 600;
}

    .login-btn:hover {
        background-color: white;
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        color: white;
    }

.field-validation-error {
    color: #c31100db;
    font-size: .9em;
    font-weight: 600;
    line-height: 1.3em;
}

.validation-summary-errors {
    color: #c31100db;
    font-weight: 600;
    line-height: 1.3em;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0;
    }

.loginHorizontalLineText {
    position: relative;
    text-align: center;
    margin: 25px 0px !important;
    color: #888887;
}

.loginHorizontalLineText:before, .loginHorizontalLineText:after {
    background-color: #888887;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 35%;
}

.loginHorizontalLineText:before {
    right: 0.5em;
    margin-left: -50%;
}

.loginHorizontalLineText:after {
    left: 0.5em;
    margin-right: -50%;
}

#socialLoginList button {
    border-radius: 0px !important;
    margin-bottom: 12px;
    background-color: white !important;
    border-color: white !important;
    color: white;
    width: 100%;
    margin: 0px !important;
}

.loginButton input {
    width: 100% !important;
    border-radius: 4px;
    margin: 11px 0px 4px 0px !important;
    padding: 10px !important;
    font-size: var(--font-title-text)
}

.loginButton {
    text-align: center;
    padding-top: 5px;
}

.loginError {
    color: darkred;
}

.oktaLoginButton {
    padding: 6px 12px 11px 12px !important;
    border: 1px solid #ced4da;
    width: 75px;
}

.azureButton {
    padding: 0 25px;
    text-align: center;
}

.azureLoginButton {
    padding: 11px 12px 11px 12px !important;
    border: 1px solid #ced4da;
    font-family: var(--font-family-econnect);
    font-size: var(--font-title-size);
    color: #7e90a0;
}

    .azureLoginButton img {
        max-height: 13px;
        padding: 0 10px 0 0;
        max-height: 15px;
        margin-top: -3px;
    }

.login-item > .logo {
    padding: 12px !important;
}

.loginForm {
    padding: 0px 25px;
}

.topupLogo {
    width: 36%;
    height: auto;
}

.loginTextbox {
    padding: 22px !important;
    font-family: var(--font-family-econnect);
    font-size: var(--font-title-size);
    margin: 0px 0px 5px 0px !important;
}

.hideView {
    visibility: hidden;
    background: none;
}

