﻿/* for LoginCsp.aspx. HTTP header Content-Security-Policy */

.CXLoginButton {
   padding-left:5px !important;
}

.loginOverlay {
    min-height: 750px !important;
}
#login {
    background: url(../Images/login_background.jpg) no-repeat 0px -10px;
    height: 85%;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
}

#logo_user_details {
    display: none;
    visibility: hidden;
}

.divAttention {
    color: #FFF;
    font-weight: bold;
}

#pnlLogin, #pnlLogin2FA {
    float: right;
    width: 315px;
    margin: 0px 50px 0 auto;
    padding: 0;
    /*border: 1px solid #898989;*/
    height: auto;
    margin-right: 105px;
    margin-top: 80px;
    background-color: #FFF;
    box-shadow: 0 0 10px #666;
}

#pnlLogin.withAnnouncement {
    margin-top: 20px;
}

#login_header, #login2FA_header, #Authenticator_Head {
    padding: 5px 22px 0px 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#login_body, #login2FA_body {
    padding: 0px 20px 12px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.reset {
    padding-top: 10px;
}

#login_body div, #login2FA_body div {
    margin: 5px auto;
    font-size: 11px;
    text-align: center;
}

#login_body ,
#login2FA_body   {
    margin-left: 18px;
}

#login_body label, #login2FA_body label {
    font-color: #ccc;
    font-size: 14px;
    min-width: 100px;
    font-weight: 500;
    display: inline-block;
}

#login_body input[type="text"],
#login_body input[type="password"],
#login2FA_body input[type="text"],
#login2FA_body input[type="password"] {
    font-size: 14px;
    padding: 2px 5px;
    height: 30px;
    border: 1px solid #ddd;
}

#loginbuttons input[type="button"], input[type="submit"], input[type="reset"],
#login2FA_buttons input[type="button"] {
    font-size: 14px;
    outline: none;
    color: #fff;
    height: 40px;
}

#loginbuttons, input[type="button"] {
    padding-left: 3px;
}

.password {
    border-top: none;
}

#uibtnLogin, #uihdnbtnLogin, #uibtnSubmitOTP {
    font-size: 15px;
    border-radius: 3px;
    border: none;
    padding: 0;
}

#uibtnRetrievePassword {
    background: url('../Images/sendResetLink.png') no-repeat 27px 7px;
    background-size: 25px;
    padding-left: 16px;
}

#uibtnResetPassword {
    background: url('../Images/sendResetLink.png') no-repeat 20px 10px;
    background-size: 15px;
    padding-left:20px;
    font-size: 13px;
    border: 1px solid #9F9F9F;
    white-space: normal;
}

#sendresetbuttons {
    margin-top: 15px !important;
}

#login_body div#forgotpassword {
    text-align: right;
}

.login_error {
    color: #E07171 !important;
    background-color: #FDF0F0;
    font-weight: 500;
    padding: 5px 0px;
    margin: 9px 18px 0 18px;
    display: inline-block; 
    font-size: 12px;
    text-align: center;
}

.login_success {
    color: #6D5858 !important;
    background-color: #e1e8d9;
    font-weight: 500;
    padding: 5px 0px;
    margin: 9px 15px 0 -5px;
    display: inline-block;
    font-size: 14px;
}

#divLoginReleasedInfo {
    font-size: 10px;
    margin-top: -6px;
    text-align: right;
}

#divReleasedInfo a, a {
    color: #000 !important;
}

.loading {
    background-position: 70px !important;
}

.announcement div {
    background-color: #D61E3B;
}

input:focus {
    outline-color: transparent;
}

#closeAnnouncement {
    vertical-align: top;
    top: 5px;
    position: absolute;
    right: 7px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
}

#closeAnnouncement:hover {
    cursor: pointer;
}

@-moz-document url-prefix() {
    #loginbuttons {
        padding-left: 2px;
    }
}

#divIntro {
    float: left;
    color: #fff;
    width: 279px;
    height: 100px;
    margin-top: 9%;
    margin-left: 130px;
}

#login_msg, #login2FA_msg {
    padding: 14px 1px 6px 22px;
}

.LinkDisable {
    pointer-events: none;
    color: grey !important;
}

.LinkEnable {
    pointer-events: auto;
    color: #000;
}

/* Move Login.aspx inline-style here. This is to apply Content-Security-Policy. CRM-2259 */
.AuthenticatorRow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.loginValidateText {
    display: block;
}

html {
    display: none;
}

#error {
    border: 1px solid #FFFF66;
    background-color: #FFFFCC;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px !important;
    padding: 0px 5px 5px 5px;
    display: none;
    color: red;
}

.g-recaptcha {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

h5 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #A9A9A9;
    line-height: 0.1em;
    margin: 20px 0 20px;
}

h5 span {
    background: #fff;
    text-align: center;
    padding: 0 15px;
    font-size: 0.67em;
    color: #A9A9A9;
}

body {
    background: url('../assets/img/loginbg.jpg') !important;
    background-repeat:no-repeat;
}

#revUserName {
    color: red;
    display: none;
}

#uiimgQRCode {
    width: 150px;
    height: 150px;
    border: none;
    display: none;
}

#id2FAErrorMsg {
    margin-left: 10px;
}

.display_none { display: none; }
.display_block { display: block; }
.display_inline { display: inline; }
.display_inlineblock { display: inline-block; }

#imgLogo, #imgLogo1 {
    height: 30px;
    width: 185px;
    border-width: 0px;
}

#uibtnAuthenticatorVerify {
    height: 100%;
    width: 100%;
}

#uilnkLogin2FA_Resend, #uilnkLogin2FA_ResendA {
    font-weight: bold;
}

#idImgLoader {
    height: 24px;
}
/* Move Login.aspx inline-style here. ended. */
