﻿#login-outer {
    position: relative;
}

#logo-banner {
    width: 480px;
    display: block;
    margin: 0 auto;
    height: 370px;
    background: url(/Content/images/login_logo.png) center 0% no-repeat;
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.loginContainer {
    position: relative;
    top: 258px;
    overflow: hidden;
    padding: 10px 30px 1px;
    width: 380px;
    max-height: 390px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: rgb(242,198,123);
    background: -moz-linear-gradient(top, rgba(242,198,123,0.6) 0%, rgba(123,122,121,0.6) 59%, rgba(95,95,95,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(242,198,123,0.6) 0%,rgba(123,122,121,0.6) 59%,rgba(95,95,95,0.6) 100%);
    background: linear-gradient(to bottom, rgba(242,198,123,0.6) 0%,rgba(123,122,121,0.6) 59%,rgba(95,95,95,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c67b', endColorstr='#5f5f5f',GradientType=0 );
    text-align: center;
    margin: 0 auto;
}

/* Amish :: 29-10-2014 :: To footer of the login page */
#login-outer footer {
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    max-width: none;
    padding: 15px 0px 5px;
    margin: 0 auto;
    clear: both;
    width: 380px;
    position: relative;
    top: 266px;
}

    #login-outer footer span {
        color: #81878f;
    }

    #login-outer footer a {
        color: #ccc;
    }

        #login-outer footer a:hover {
            color: #fff;
        }

    #login-outer footer ul {
        max-width: none;
        border: none;
        padding-left: 0;
        overflow: visible;
        list-style: none;
        margin-bottom: 0;
    }

        #login-outer footer ul li {
            display: inline-block;
            visibility: visible;
            line-height: 2em;
        }

            #login-outer footer ul li:after {
                color: #ccc;
                content: "|";
                margin: 0 2px 0 8px;
            }

#languageDD-wrapper {
    height: 54px;
    margin-right: -30px;
    margin-left: -30px;
}

.loginField {
    float: left;
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
}

.emailField {
    width: 100%;
    height: 40px;
    padding: 3px 0 0 40px;
    background: url(/Content/images/userid_bg.png) top left no-repeat;
    border: none;
    color: #353535;
    font-size: 14px;
    font-family: Helvetica;
}

.pwdField {
    width: 100%;
    height: 40px;
    padding: 3px 0 0 40px;
    background: url(/Content/images/pass_bg.png) top left no-repeat;
    border: none;
    color: #282727;
    font-size: 14px;
    font-family: Helvetica;
}

.btnActive {
    border-radius: 15px !important;
}

#loginBackBtn {
    margin: 10px;
}

.forgotPass {
    text-align: left;
    padding-bottom: 10px;
}
    /*.forgotPass a{ font-size:13px; color:#c78717; text-decoration:none; font-family:Helvetica}*/
    /*ARME-359 - Login Screen - Change Colour of 'Forgot Your Password' Field*/
    .forgotPass a, #loginBackBtn {
        font-size: 13px;
        color: #d9d9d9;
        font-weight: bold;
        text-decoration: none;
        font-family: Helvetica;
    }

        .forgotPass a:hover, #loginBackBtn:hover {
            color: #ff962f;
        }

.docLoginMsgText {
    background: url("/Content/images/loginPageFileMsgBG.png") repeat-x;
    color: #fff;
    font-size: 16px;
    margin: 31px 0 0 27px;
    padding: 9px 10px 10px 35px;
}

#documentLoginMsg {
    width: 96%;
    position: absolute;
    left: -3px;
    top: 199px;
}

.documentLoginMsgIcon {
    background: url("/Content/images/DocumentLoginMsgIcon.png") no-repeat 0px 0px;
    width: 60px;
    height: 66px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*ARME-312 :: 16 Jan 2016 :: Apply css for Login screen cookies message*/
.cookieLoginMsgText {
    color: #fff;
    font-size: 13px;
    margin: 31px 0 0 27px;
    padding: 30px 18px 10px 18px;
    text-align: center;
}

    .cookieLoginMsgText h4 {
        margin: 0;
        font-weight: bold;
    }

    .cookieLoginMsgText a {
        color: #eed31e;
    }

        .cookieLoginMsgText a:hover {
            color: #ff962f;
        }

#cookieLoginMsg {
    width: 96%;
    position: absolute;
    left: -3px;
    top: 18px;
}

.cookieLoginMsgIcon {
    background: url("/Content/images/user-alert-icon.png") no-repeat 0px 0px;
    width: 60px;
    height: 64px;
    float: left;
    position: absolute;
    top: -5px;
    left: 0px;
}

.emailField.disabled {
    width: 407px;
    height: 40px;
    padding: 3px 0 0 40px;
    background: url(/Content/images/user-disabled-bg.png) top left no-repeat;
    border: none;
    color: #353535;
    font-size: 14px;
    font-family: Helvetica;
}

.pwdField.disabled {
    width: 407px;
    height: 40px;
    padding: 3px 0 0 40px;
    background: url(/Content/images/password-disabled-bg.png) top left no-repeat;
    border: none;
    color: #282727;
    font-size: 14px;
    font-family: Helvetica;
}

.loginBtn.disabled {
    background: #8c8c8c;
}

#btnRefreshCaptcha, #btnTempPwdRefreshCaptcha {
    background: url("/Content/images/refreshIcon.png") no-repeat 0px 0px;
    border: 0px;
    cursor: pointer;
    height: 20px;
    line-height: 0px;
    padding: 0px;
    width: 20px;
}

#imgCaptcha {
    border-radius: 4px;
    height: 34px;
    width: 110px;
    margin: -4px 0 0 5px;
}

#CaptchaText_validationMessage {
    left: 0px !important;
}

#CaptchaText {
    background: url("/Content/images/captcha_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0px;
    border-radius: 2px;
    height: 38px;
    width: 170px;
    padding: 3px 0 0 40px;
}

.loginBoxBgCaptcha {
    height: 390px !important;
}

#formForgotPassword .editor-label {
    margin: 0px !important;
    padding: 6px 0 0;
}

.forgotPasswordDesc {
    margin-bottom: 10px;
    line-height: 18px;
}

#formForgotPassword .k-textbox {
    width: 17em;
}

.forgotPasswordSubmit {
    background: #ff962f !important;
    border: medium none !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer !important;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px !important;
    height: 33px !important;
    width: 100px;
    margin: 15px 0 0 120px !important;
    padding: 2px 15px 0 !important;
    transition: none !important;
    line-height: 1.72em;
}

    .forgotPasswordSubmit:hover {
        background: #580a70 !important;
    }

#divTermsWindow {
    overflow: inherit;
}

#divTermsWindow #ChkTerms {
    display: inline;
    float: left;
    height: 16px;
    width: 14px;
}

#divTermsWindow label {
    display: block;
    padding: 4px 0 2px 23px;
}

#divTermsWindow a.k-button.skinBtn {
    background: #ff962f;
    color: #fff;
}

    #divTermsWindow a.k-button.skinBtn:hover {
        background: #7d328a !important;
        color: #fff !important;
        border: 1px solid #7d328a !important;
    }

#btnDecline {
    background-color: #e9e9e9 !important;
    border-color: #bbb;
    color: #2e2e2e !important;
}

#errorMsgSpan, .errorBox {
    line-height: 19px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 5px 1px 0;
    text-align: left;
}

.LoginWith {
    overflow: hidden;
    clear: both;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

    .LoginWith form > p {
        color: #fff;
        overflow: hidden;
        position: relative;
        font-size: 14px;
    }

        .LoginWith form > p:before {
            border-top: 1px solid #656c7d;
            position: absolute;
            content: "";
            margin: 10px 24px 0;
            width: 35%;
            left: 0;
        }

        .LoginWith form > p:after {
            border-top: 1px solid #656c7d;
            position: absolute;
            content: "";
            margin: 10px 24px 0;
            width: 35%;
            right: 0;
        }

.sso-button {
    border-radius: 100px;
    border-width: 2px;
    background: #fff;
    border-color: #eaeaea;
    font-weight: 700;
    padding: 5px 15px;
}

    .sso-button svg {
        display: inline-block;
        vertical-align: top;
        height: 18px;
        width: 18px;
        margin-right: 5px;
    }

.openidconnect span {
    display: none;
}

#socialLoginList p {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

    #socialLoginList p button {
        margin-left: 5px;
    }

#login-outer header {
    position: absolute;
    left: 0;
    right: 0;
}

a#loginBackBtn {
    padding: 5px 14px 5px 7px;
    position: relative;
    left: 13px;
    bottom: 5px;
}

    a#loginBackBtn span {
        position: relative;
        bottom: 1px;
    }

    a#loginBackBtn:hover {
        text-decoration: underline;
    }

.errorDiv {
    height: auto;
}

#login-outer footer ul li:last-child:after {
    content: none;
}

.loginContainer #languageDropdown .k-dropdown {
    width: 130px;
    background: #958368;
    border: 1px solid #f0cb8d;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 2px 2px 2px #060505;
    -webkit-box-shadow: 2px 2px 2px #060505;
    -moz-box-shadow: 2px 2px 2px #060505;
}

    .loginContainer #languageDropdown .k-dropdown:hover {
        box-shadow: 2px 2px 2px #b9b389;
        -webkit-box-shadow: 2px 2px 2px #b9b389;
        -moz-box-shadow: 2px 2px 2px #b9b389;
    }

#languageDropdown .k-dropdown .k-dropdown-wrap:focus, #languageDropdown .k-dropdown .k-dropdown-wrap:hover {
    box-shadow: none;
}

.loginContainer .field-validation-error {
    display: -ms-flexbox;
    display: flex;
    color: #db4240 !important;
    padding: 0 2px;
    margin-top: 1px;
}

#login-wrapper div div .loginField:nth-child(4) {
    height: 42px;
}

#login-wrapper span.uiIcon.errIcon {
    height: 28px;
}