/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,300|Source+Sans+Pro:400,600,700,300'); */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');


*{
    box-sizing: border-box;
    outline:none;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    height:100%
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row-container {
    -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.flex-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}
.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
}
.flex-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-item-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
 }

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Source Sans Pro', sans-serif;
}
.display-1 {
    font-size: 20px;
}
.display-2 {
    font-size: 18px;
}
.display-3 {
    font-size: 16px;
}
.display-4 {
    font-size: 14px;
}
.display-5 {
    font-size: 12px;
}
.subheading {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color: rgb(0, 0, 0);
	opacity: 0.87;
	filter: alpha(opacity=87);
    font-weight: bold;
}
.link-style {
    color: #417ed9 !important;
}

.black {
    color: rgba(0, 0, 0, 1);
}
.black87 {
    color: rgba(0, 0, 0, 0.87);
}
.black75 {
    color: rgba(0, 0, 0, 0.75);
}
.black54 {
    color: rgba(0, 0, 0, 0.54);
}
.black37 {
    color: rgba(0, 0, 0, 0.37);
}
.black26 {
    color: rgba(0, 0, 0, 0.26);
}
.black12 {
    color: rgba(0, 0, 0, 0.12);
}

.pt-16 {
    padding-top: 16px;
}
.pt-24 {
    padding-top: 24px;
}
.pb-24 {
    padding-bottom: 24px;
}

.main-login-container {
    min-height: 100%;
}
.login-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    
   /* background-size: auto 100%;
    background-position: left;*/
}
.login-card {
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding: 16px;
}

/* Input CSS  */
.svg-icons svg {
    width: 24px;
    height: 24px;
    fill: #000;
    opacity: 0.34;
    filter: alpha(opacity=54);
}
.main-container {
	width: 450px;
	margin:auto;
}

.error-msg-view {
	    text-align: center;
    color: #fa423b;
}


a {
	font-size: 14px;
	display: block;
	margin: 0 0 16px;
	text-decoration: none;
	color:#417ed9;
}
a:hover {
	text-decoration: underline;
}

.svg-icons {
	width: 48px;
	height: 48px;
	padding: 12px;
	fill: #fff;
}


form {
    width: 100%;
}

.button-style[disabled] {
    background: #DAD9D9;
    color: #696868;
    cursor: auto;
}
.button-style {
    background: #1295eb;
    outline: none;
    border: 0;
    padding: 12px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    /* margin-bottom: 24px;
    margin-top: 21px; */
    cursor: pointer;
    border-radius: 4px;
}
.button-style:hover {
	background: #0285d7;
}

.button-style:active {
	background: #0093ee;
}

.login-logo {
    background-image: url("../images/login-logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 72px;
    margin-bottom: 50px;
}
.login-footer {
	background: url("../images/footer-logo-fc.png") no-repeat right top;
    background-size: 140px;
    height: 40px;
    margin: 24px auto 16px;
    width: 230px;
}
.login-footer .flex-item-bottom {
    padding-bottom: 8px;
}





#form_cont a {
    display: inline-block;
    margin: 0 14px 0 0;
}


.input-group {
    padding: 16px 0 8px;
    position: relative;
    width: 100%;
}
.input-group .bar {
    position: relative;
    height: 1px;
    background: #d7d7d7;
    display: block;
    margin-top: 11px;
}
.input-group .bar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: #3f51b5;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.input-group.focus .bar:after {width: 100%;}
.input-group.error .bar:after {
    background: #dd2c00;
    width: 100%;
}
.input-group .msg {
    font-size: 12px;
    color: #dd2c00;
    margin-top: 8px;
    margin-left: 34px;
    visibility: hidden;
}
.input-group.error .msg {visibility: visible;}
.input-group.input-group-static .lbl-style {
    position: inherit;
    top: 0;
}
.input-group .form-ctrl {
    background-color: transparent;
    position: relative;
    z-index: 1;
    width:100%;
    border:0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 16px;
    outline: 0;
}
.input-group label.lbl-style {
    z-index: 0;
    position: absolute;
    display: block;
    top: 37px;
    left: 0;
    right: 0;
    
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,.54);

    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    opacity: 1 !important;
}
.input-group.valid label.lbl-style {
    font-size: 12px;
    top: 18px;
}

.input-icon-left .input-left {
    position: absolute;
    top: 23px;
    padding-left: 0;
    left: 0;
    cursor: auto;
    z-index: 9;
    padding-right: 0;
    width: 32px;
}
/* .input-icon-left .bar {
    margin-left: 33px;
} */
.input-group.input-icon-left .form-ctrl,
.input-group.input-icon-left label.lbl-style {padding-left: 33px; outline:0}

.input-group.input-icon-right .form-ctrl,
.input-group.input-icon-right label.lbl-style {padding-right: 52px;}





.CheckboxStyle input[type="checkbox"] {
    display:none;
}
.CheckboxStyle label {
    display: block;
    position: relative;
    padding: 5px 5px 6px 23px;
    cursor: pointer;
}
.CheckboxStyle label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: #fff;
    border: 2px solid #ddd;
    width: 12px;
    height: 12px;

    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.CheckboxStyle label:after {
    content:'';
    position:absolute;
}
.CheckboxStyle input[type="checkbox"]:checked + label:before {
    background: #417ed9;
    border-color: #417ed9;
}
.CheckboxStyle input[type="checkbox"]:checked + label:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0px 2px 2px 0;
    width: 4px;
    height: 8px;
    top: 7px;
    left: 5px;

    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -webkit-transform: rotate(31deg);
    transform: rotate(31deg);
}

/* End of Input CSS  */



@media only screen and (max-width: 768px) {
    .login-banner {
        display: none;
    }
}




/* Extra CSS */
.mTextBox {
	background-image: url(../images/textBoxBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 290px;
	padding: 0 10px;
	*padding-top: 8px;
}

.themebdr3Box {
	background-color: #ffffff;
}

.themebdr3Box-tl {
	background: url(../images/themebdr3Box.png) no-repeat 0px 0px;
	height: 14px;
	width: 14px;
}

.themebdr3Box-tr {
	background: url(../images/themebdr3Box.png) no-repeat -54px 0px;
	height: 14px;
	width: 14px;
}

.themebdr3Box-bl {
	background: url(../images/themebdr3Box.png) no-repeat 0px -37px;
	height: 14px;
	width: 14px;
}

.themebdr3Box-br {
	background: url(../images/themebdr3Box.png) no-repeat -54px -37px;
	height: 14px;
	width: 14px;
}

.themebdr3Box-tbg {
	background: url(../images/themebdr3Box.png) repeat-x left -55px;
	height: 14px;
}

.themebdr3Box-lbg {
	background: url(../images/themebdr3Box1.png) repeat-y left top;
	width: 14px;
}

.themebdr3Box-rbg {
	background: url(../images/themebdr3Box1.png) repeat-y -54px 0px;
	width: 14px;
}

.themebdr3Box-bbg {
	background: url(../images/themebdr3Box.png) repeat-x 0px -92px;
	height: 14px;
}

.logBox {
	width: 468px;
	height: 380px;
}

.TextLbl {
	font-size: 15px;
	color: #2e2e2e;
	font-family: lucida_grande;
}

.mTextBox input,.mTextBoxOn input {
	border: none;
	background: transparent;
	width: 267px;
	height: 38px;
	font-size: 15px;
	color: #666667;
	display: block;
	line-height: 34px;
	outline: none;
}

.nrText {
	font-family: lucida_grande_bold;
	font-size: 17px;
	color: #000000;
}

a.BlText11:hover
{
     color: #045DDF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 11px;
}
/*P_B_33830 : starts*/
a.supportedBrowserText{
	color: #045DDF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
a.supportedBrowserText:hover{
	text-decoration: underline;
}/*P_B_33830 : ends*/
#errorbox.show{transform:translateY(128px);}
.txt-style {
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    margin-top: 16px;
}
.img1{background-image:url(bg1.jpg);}
.img2{background-image:url(bg2.jpg);}
.img3{background-image:url(bg3.jpg);}
.img4{background-image:url(bg4.jpg);}

.active {
	opacity: 1;
}
form.left {
    margin-left: -125%;
}

div#form_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
}
#form_cont a {
    display: inline-block;
    margin: 0 14px 0 0;
}
/* #form_cont a:last-child {
    margin-right: 0;
    border-left: 1px royalblue solid;
    padding-left: 16px;
} */
div#errorbox {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px -1px rgba(0,0,0,0.4);
    padding: 12px 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.er #dismisserror{display:none;}

div#errorbox.show {
    transform: translate3d(0,0,0);
    background: #124680;
    top:0;
}

p#errortitle{
	font-weight:bolder;
	margin-bottom:6px;
	font-size:14px;
	color:white;
}

#errortext strong{
	color: white;
}

button#dismisserror {background: transparent;color: white;font-weight: bold;font-size: 16px;outline: none;height: 100%;border: 0;padding: 8px 16px;opacity: 0.34;cursor: pointer;}

p#errortext {
    color: rgba(255,255,255,0.87);
}

button#dismisserror:hover {
    opacity: 0.87;
}

div#btmerror {
    position: fixed;
    bottom: -308px;
    left: 0;
    width: 100%;
    background: #144780;
    z-index: 1000;
}
.captcha-ctrl img {
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 115px;
}
.captcha-ctrl .bar {

margin-right: 134px;
}
.captcha-ctrl .form-ctrl {
    padding-right: 126px;
}
.captcha-info {
    margin: 39px 0 0px 0;
}
#btmerror div {position: relative;margin: 16px auto;display: flex;flex-flow: row nowrap;justify-content: center;}

#btmerror div {}

#btmerror p {
    color: white;
    opacity: 0.87;
    padding: 16px;
    text-align: center;
}

#btmerror span {
    color: #65A4EA;
    font-weight: bold;
    cursor: pointer;
}

#btmerror a {
    float: left;
    list-style: none;
    width: 180px;
}

#btmerror img {
    width: 128px;
    height: 128px;
    margin-left: 26px;
}

.radio-group {padding: 16px 0 0;}
.radio-group .lbl-style {margin-bottom: 16px; font-weight: bold;display: block;}
.radio-group input[type="radio"] {display: none;}
.radio-group input[type="radio"] {display: normal;}
.radio-group input[type="radio"] {display: normal;}
.radio-group input[type="radio"]:checked + .radio-lbl:after {border-color: rgba(73, 106, 251, 0.5);}
.radio-group .radio-lbl {
    display: block;
    position: relative;
    padding: 6px 0 6px 28px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
}
.radio-group .radio-lbl:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    top: 6px;
    left: 0;
    border: solid 2px #858585;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.09);
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.09);
}
.radio-group .radio-lbl:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #1976d2;
    border-radius: 50%;
    top: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.09);
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.09);
}
.radio-group input[type="radio"]:checked + .radio-lbl:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
div#btmerror.full {
    bottom: 0;
}

div#btmerror.half {
    bottom: -222px;
}

#f_newpass li {margin: 8px 0;color: rgba(0,0,0,0.54);font-size: 14px;}

form#f_newpass {
    margin-top: 16px;
}

#btmerror > img[alt="Close"] {
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 48px;
    padding:12px;
    display:none;
}
/* End Of Extra CSS */