/* 
    Document   : login_style
    Created on : 10 Feb, 2018, 4:16:20 PM
    Author     : moumita
    Description:
        Purpose of the stylesheet follows.
*/
 @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(/AMS-war/assets/fonts/OpenSans-Light/open_Sans_Light.woff2) format('woff2');
    }
    @font-face{
        font-family: "proxima_nova_rgregular";
        src: url(/AMS-war/assets/fonts/proximaNova/proximanova-regular.ttf);
    }
select::-moz-focus-inner,select:focus{
    outline: none;
}
::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
        color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    border:0;
}
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
}
.checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc;
    border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background: #0070c3 url("/AMS-war/Icon/stdIcon/checkboxTick.svg") no-repeat scroll center center / 12px auto;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
/*.container .checkmark:after {
    height: 9px;
    left: 6px;
    top: 2px;
    width: 3px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}*/
.commonFieldChk:focus + .checkmark{
    box-shadow: 0 0 1px 1px #0070c3;
}
/***checkbox ends*******/
input[type=text]:not(.readonlyTextbox):not(.errorFieldClass):focus,input[type=checkbox]:focus,
input[type=password]:not(.errorFieldClass):focus{
    box-shadow: 0 0 2px 0 #0070c3!important; /*#00b297*/
    -webkit-box-shadow: 0 0 2px 0 #0070c3!important;
    -moz-box-shadow: 0 0 0 2px 0 #0070c3!important;
    -ms-box-shadow: 0 0 2px 0 #0070c3!important;
    -o-box-shadow: 0 0 2px 0 #0070c3!important;
    border: 1px solid #0070c3!important;
    outline: none!important;

}
.fieldText{
    color:#424242;
    font-family:"proxima_nova_rgregular";/* "proxima_novasemibold";*/
    font-size: 16px;
}
.commonFieldLogin{
    border: 1px solid #d5d5d5 !important;
    display: block;
    padding: 10px 6px;
    width: 100%;
    margin-bottom: 20px;
    background:transparent;
    font-size: 14px;
    font-family: "proxima_nova_rgregular";
    color: #777;
    border-radius: 5px;
}
.commonFieldLogin_captcha{
    border: 1px solid #d5d5d5 !important;
    display: block;
    padding: 10px 6px;
    width: 88%;
    border-radius: 5px;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    color: #777;
    border-radius: 5px;
    }
.logFieldTr{

}
.login{
    background: #0070C3 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    transition: all 0.4s ease 0s;
    width:100%;
    margin: 0 auto;
    font-family:  "proxima_nova_rgregular";
}
.login:hover,.login:focus{
    background:#287FEB;
    border:#288FEB;
}
.login_btn_holder{
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 74%;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.error_msg_login{
    width:99%;
    text-align:center;
    font-family: inherit;
    font-size: 13px;
    margin-top: 10px;
    color:#ff211a;
    min-height: 20px;
    margin-bottom: 15px;
}
.errorClass{
    width:99%;
    text-align:center;
    font-family: inherit;
    font-size: 13px;
    color: #ff635f;
}
.captcha {
    background: rgba(0, 0, 0, 0) url("https://s3-ap-southeast-1.amazonaws.com/realbooksimage/captcha_fonts/captcha_bg.png") repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 192px;
}
.refreshCaptcha {
   border: 1px solid #a3a3a3;
    border-radius: 5px;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: 3px;
    width: 19px;
}
.verifyCode{
    margin-bottom: 5px;
    margin-top: 15px;
    min-height: 20px;
}
.accountIcon{
    background: #fff url("https://s3-ap-southeast-1.amazonaws.com/realbooksimage/account.svg") no-repeat scroll left 5px center / 19px auto !important;/*https://s3-ap-southeast-1.amazonaws.com/realbooksimage*/
    padding-left:30px;
    padding-right: 6px;
}
.userIcon{
    background: #fff url("https://s3-ap-southeast-1.amazonaws.com/realbooksimage/user.svg") no-repeat scroll left 7px center / 16px auto !important;
    padding-left:30px;
    padding-right: 6px;
}
.passwrdIcon{
    background: #fff url("https://s3-ap-southeast-1.amazonaws.com/realbooksimage/password.svg") no-repeat scroll left 5px center / 21px auto !important;
    padding-left:30px;
    padding-right: 6px;
    margin-bottom: 15px;
}
.mobileIcon{
    background: #fff url("https://s3-ap-southeast-1.amazonaws.com/realbooksimage/phone.svg") no-repeat scroll left 7px center / 16px auto !important;
    padding-left:30px;
    padding-right: 6px;
}
.forgotPass{
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color:#288feb;
}
.forgotPass:hover,.forgotPass:focus{
    color:#288feb;
}
.anchor{
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color:#288feb;
}
.anchor:hover,.anchor:focus{
    color:#288feb;
}
.remText{
    position:relative;
}
 .maincontainer{	
     font-family:  "proxima_nova_rgregular";
     width:35%;
     padding-top: 5%;
 }
 .mainOutercontainer{
     /*align-items: center;*/ 
     display: flex;
     height: 100%;
     justify-content: center;
     width: 100%;
     position:relative;
 }
.first_title{
    text-align: center;
    margin-left:-10px; 
    color: #393939; 
    font-size: 26px;
    margin-top:10px;
}
.second-title{
    text-align: center;
    margin-left:-25px;
    color: #666;
    font-size: 18px;
}
.underline {
    border-bottom: 2px solid #999;
    height: 1px;
    margin: -10px auto 6px;
    width: 100px;
}
.form-check-label{
    color: #777;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.footer-text {
    color: #000000;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.sign-up {
    color: #288feb;
    cursor: pointer;
    text-decoration: none;
}
.viewcon {
    background: #fff url("https://s3-ap-southeast-1.amazonaws.com/realbooksimage/view.svg") no-repeat scroll left 7px center / 17px auto !important;
    padding-left: 30px;
    padding-right: 6px;
}


.errorFieldClass{
    border: 1px solid #ff635f!important;
}
/*.errorFieldClass:focus{
    box-shadow: 0 0 1px #ff635f!important;
}*/
.tooltip{
    position: relative;
}
.tooltipContainer{
    position: absolute;
    left: 105%;
    top: 13px;
    visibility: hidden;
    z-index: 1;
    width: 370px;
}
.tooltipText{
    background: #0070c3;
    border-radius: 3px;
    color: fff;
    font-family: proxima_nova_rgregular;
    font-size: 13px;
    left: -2px;
    padding: 12px;
    position: relative;
    text-align: center;
    top: 2px;
}
.tooltip:hover .tooltipContainer.errorToolTipContainer {
    visibility: visible;
}
.tooltipInnerContainer{
    position: relative;
}
.leftTooltipArrow{
    background: #0070c3;
    border-radius: 50%;
    display: block;
    height: 21px;
    left: -12px;
    position: absolute;
/*    top: 39px;*/
    width: 55px;
}
.arrowLeftTriangleBig {
    border-bottom: 11px solid transparent;
    border-right: 11px solid #0070c3;
    border-top: 11px solid transparent;
    height: 0;
    width: 0;
}
.arrowLeftTriangleBig{
    left: -11px;
    position: absolute;
    top: -1px;
}
.boldFontimp{
    font-weight: bold !important;
}
.boldFont{
    font-weight: bold;
}
.realbooksLogoFooter{
    position: absolute;
    bottom: 0%;
    right: 0%;
    left: 0%;
}

.fieldTextFooter{
    color:#424242;
    font-family:"proxima_nova_rgregular";/* "proxima_novasemibold";*/
    font-size: 12px;
}
.oldLoginNotifyDiv{
    /*padding: 15px 0;*/
    font-size: 17px;
    text-align: center;
    line-height: 25px;
}
.oldLoginClickClass{
    color: #ff635f;
    cursor: pointer;;
}
/****************************************************************************/
.loginContainer{
    width: 100%;
    margin-top: 20px;
}
.loginmenucontainer{
    width: 73%;
    margin: 0 auto;
}
.loginmenuul{
    display: flex;
    list-style: none;
    border: 1px solid #e2e2e2;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 7px;
    font-family: proxima_nova_rgregular;
    color: #777;
    /*font-weight: bold;*/
}
.loginmenuli{
    width:50%;
    line-height: 30px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
.loginmenuli.selected{
    background: #0070c3;
    color: #fff;
}
.loginmenuDatacontainer{
}
.loginMenuDataBlocks{
    margin-top: 25px;
}
.otpInputCommon{
    width: 30px;
    height: 30px;
    color: #777;
    text-align: center;
    font-size: 18px;
}
.noOtpReceiveOTPMsg{
    color: #777;
    padding: 20px 0 10px;
}
.align-Center{text-align: center}
.align-Right{text-align: right}
.disabledClass{
    opacity: 0.5;
    cursor: none;
} 
.resendWillActivateMsg{
    color: #777;
    padding: 31px 0 10px;
    font-size: 14px;    
}
.counterSpan{
    font-size: 16px;
    color: blue;
}
.sendOTPTr{
    text-align: center;
    padding: 25px 0;
}
.backToEmailTr{
    text-align: center;
    padding: 25px 0;
}
.divider{
    width: 74%;
    background: #d5d5d5;
    height: 1px;
    margin: 0 auto;
    text-align: center;
}
.divider:before{
    content: "OR";
    position: relative;
    top: -8px;
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
}
.selectedemailDiv{
    text-align: center;
}
.loginOTPMenuBlock{
    margin-top: 0;
}