/* body {
	margin: 0px;
	padding: 0px;
	background:#ffffff;
	background-repeat: repeat-x; 
	background-position: left center;
} */
.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*/

/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    text-rendering: optimizeLegibility;
	font-weight: 400;
}

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: "Roboto";
	transition:all 0.3s linear;
}

html, body{
	width:100%;
	height:100%;
}

a {
    cursor: pointer;
}

.caption {
	font-size:12px;
	color:rgba(0, 0, 0, 0.54);
	margin:0;
	line-height:normal;
}

/* Default Content 'normal' Font */
.body-1 {
	font-size:14px;
	color:rgba(0, 0, 0, 0.87);
	margin:0;
	/* line-height: 14px; */
}

/* Content 'normal' Emphasis */
.body-2 {
	font-family: "Roboto-Medium", sans-serif;
	font-size:14px;
    font-weight: 500;
}
.title {
	font-size:20px;
	font-weight:500;
	color:rgb(0, 0, 0);
	opacity: 0.87;
	filter: alpha(opacity=87);
}
.heading {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin:0;
	text-align:left;
}
.subheading {
	font-size:16px;
	color: rgb(0, 0, 0);
	opacity: 0.87;
	filter: alpha(opacity=87);
    font-weight: bold;
}

#errorbox.show{transform:translateY(128px);}
.solid-bg {
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e6e6e6',GradientType=0 );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}

#SvgLoad {display:none;}
.svg-icons svg {
    width: 24px;
    height: 24px;
    fill: #000;
    opacity: 0.34;
    filter: alpha(opacity=54);
}

section{
	width: calc(100vw - 360px);
	position: relative;
	height:100vh;
}

.main-container {
	width: 450px;
	margin:auto;
}
.container {
    background: white;
    padding: 24px 24px 4px 24px;
    box-shadow: 0 2px 5px -1px rgba(0,0,0,0.3);
    border-radius: 4px;
    overflow: hidden;
}


.txt-style {
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    margin-top: 16px;
}

a {
	font-size: 15px;
	display: block;
	margin: 0 0 16px;
	text-decoration: none;
	color:royalblue;
}

.bg {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

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

ul li:hover {
	transform: translateZ(20px);
	opacity: 1;
}

/*.svg-icons:hover {
	transform: scale(1.5);
}*/

form {
    width: 100%;
    /* padding-top: 20px; */
}

.button-style[disabled] {
    background: #DAD9D9;
    color: #696868;
    cursor: auto;
}
.button-style {
	background: #001F5B;
	/* outline: none; */
	border: 0;
	padding: 12px;
	width: 100%;
	color: whitesmoke;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 21px;
	cursor: pointer;
	opacity: 0.9;
}

.button-style:hover {
	opacity: 1;
}

.button-style:active {
	transform: scale(0.9);
}


.footer-logo:before {
    content: attr(data-text);
    font-family: lucida_grande;
    font-size: 11px;
    padding: 1px 9px 0 0;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

.login-footer {

	background: url("../images/footer-logo-fc.png") no-repeat right top;
    background-size: 140px;
    height: 40px;
    margin: 30px auto 0;
    width: 221px;
    float: right;
}
.login-footer p {
	color: rgba(0,0,0,0.54);
    font-size: 14px;
}
.login-footer a {
    display: inline-block;
}

.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;
}

@keyframes slide{
	0%{transform:translateX(0);}
	100%{transform:translateX(-10%);}
}

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;
}

.title {
    font-size: 20px;
    margin-bottom: 24px;
}


.input-group {
    padding: 16px 0 8px;
    position: relative;
    width: 100%;
}
.input-group .bar {
    position: relative;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 8px;
}
.input-group .bar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: rgb(25, 118, 210);
    -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-size: 16px;
    margin-top: 20px;
    padding-right: 16px;
    outline: 0;
}
.input-group label.lbl-style {
    z-index: 0;
    position: absolute;
    font-size: 16px;
    display: block;
    top: 37px;
    left: 0;
    right: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    opacity: 0.54;
    filter: alpha(opacity=54);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.input-group.valid label.lbl-style {
    font-size: 12px;
    opacity: 0.54;
    filter: alpha(opacity=54);
    top: 18px;
}

.input-icon-left .input-left {
    position: absolute;
    top: 22px;
    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;}

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:16px;
	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;
}