body {
	font-family: 'WorkSansRegular', sans-serif;
}
.banchun-clr{
	color:#1940a8;
}
.banchun-clr1{
	color:#6b7899;
}
.lang .form-control-plaintext{
	color:#6b7899;
}

/* Mozilla based browsers */
::-moz-selection {
       background-color: #FFA;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #FFA;
       color: #000;
}
.login {
	margin: 0;
	width: 415px;
	max-width: 90%;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.28);
	position: fixed;
	right: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	-webkit-animation: slide 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: slide 0.3s forwards;
	animation-delay: 0.1s;
	right: -400px;
	overflow-x:hidden;
}
@-webkit-keyframes slide {
 100% {
right: 0;
}
}
 @keyframes slide {
 100% {
right: 0;
}
}
.bg {
	background:url(../img/background.jpg) fixed;
	background-size:cover;	
	-webkit-background-size:cover;	
	-moz-background-size:cover;	
	-o-background-size:cover;	
	background-size:100% 100%;
}
/*@media screen and (max-width:1023px){
	.bg {
		background-position: -260px 0;
	}
}
@media screen and (min-width:1023px) and (max-width:1200px){
	.bg {
		background-position: -150px 0;
	}
}*/
.login-rightimg {
    margin: 0;
    max-width: 100%;
    line-height: 100vh;
    height: 100vh;
    position: relative;
    top: 0;
    overflow: auto;
    text-align: center;
}
.login-rightimg img {
    display: inline-block;
    vertical-align: middle;
    height: 80vh;
    margin-left: -415px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : landscape){
	.login-rightimg img{
		height:60vh;
	}	
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait){
	.login-rightimg img{
		height:30vh;
	}
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape){
	.login-rightimg img{
		height:80vh;
	}	
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait){
	.login-rightimg img{
		height:40vh;
	}
}
.wrapper-lg {
	padding: 15px 30px 0 30px;
	position: relative;
	left: 0;
	right: 0;
	height:100vh;
}
.login-info {
	font-family: "SourceSansProRegular";
	margin-top: 40px;
	font-size:0.95em;
}
.login-info.nospace{
	margin-top:0px;
}
.login-info .nav-pills.nav-brdr-btm .nav-link{
	color:#6b7899;
	padding:0;
	padding-bottom:2px;
}
.login-info .nav-pills.nav-brdr-btm .nav-item:not(:first-child){
	margin:0 2em;
}
.login-info .nav-pills.nav-brdr-btm .nav-link.active{
	background:transparent;
	border-bottom:2px solid #C75000;
	color:#1940a8;	
	border-radius:0;
}
.login-info .tab-content{
	margin-top:2em;
}

.login-info  .nav-pills.nav-steps{
	font-size:0.8em;
}
.login-info  .nav-pills.nav-steps .nav-item{
	text-align:left;
}
.login-info .nav-pills.nav-steps .nav-item{
	margin-right:2em;
}
.login-info .nav-pills.nav-steps .nav-item :not(.firstnum){
	margin-left:2em;
}
.login-info  .nav-pills.nav-steps .nav-item  a:after{
	font-family: "BancHUB";
    content: '\e92d';
    display: table;
    font-size: 1.4em;
    color: #6b7899;
    position: relative;
    top: -30px;
    left: 4.5em;
    opacity: 0.5;
}
.login-info  .nav-pills.nav-steps .nav-item  a.noarrow:after{	
	content:'';
}
.login-info  .nav-pills.nav-steps .nav-link{
	padding:0;
	color:#6b7899 !important;
	text-transform:uppercase;	
}
.nav-steps >li>a{
	cursor:default;
}
@media(max-width:768px){
	.login-info  .nav-pills.nav-steps .nav-link{
		font-size:0.95em;
	}
}
.mt-0{
	margin-top:0;
}

.login-info  .nav-pills.nav-steps .nav-link.active{
	color:#C75000 !important;
	background:transparent;
}

.login-info ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #6b7899;
}
.login-info ::-moz-placeholder { /* Firefox 19+ */
 color: #6b7899;
}
.login-info :-ms-input-placeholder { /* IE 10+ */
 color: #6b7899;
}
.login-info :-moz-placeholder { /* Firefox 18- */
 color: #6b7899;
}
.banchublogo{
	font-size:6em;
	color:#1940a8;
}
.lang{
	font-size:0.8em;
}
.lang select:focus{
	outline:none;
}
.w-20{
	width:70px;
}
.eyesymbol{
	position: absolute;
    top: 35px;
    right: 0px;
    font-size: 18px;
	z-index: 2;
	color:#b5bdc0;
}
.icon-eyeView.showeye{
	color:#000;
}
.icon-eyeView.hideeye{
	color:#b5bdc0;
}
/*.eyesymbol:hover{
	color:#023f5b;
}*/
.eyesymbol span{
	cursor:pointer;
}
.hiddenme{
	display:none;
}
.home-btn, .back-btn{
	position: absolute;
    top: 15px;
    left: 20px;
    cursor: pointer;
    font-size: 1.5em;
	color:#6b7899;
	z-index:333;
	opacity:0.5;
}
.back-btn{
	top:5px;
	left:10px;
}
.home-btn:hover, .back-btn:hover{
	color:#6b7899;
	opacity:1;
}
.l-footer {
	position: absolute;
	left: 0;
	right: 0;
}
.mt-6{
	margin-top:2em;
}
.mb-6{
	margin-bottom:2em;
}
.login-info i.fa.fa-eye {
	position: relative;
	top: 40px;
	background: #EBEBEB;
	overflow: hidden;
	z-index: 1;
	background: #EBEBEB;
}
.txtbox-clr{
	color:#3e4a69;
}
.wrapper-lg .form-control {
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.input-group-addon {
	border-radius: 10px;
	background-color: #e5e5e5;
}
.wrapper-lg .form-group {
	margin-bottom: 20px;
}
.martop20 {
	margin: 20px 0px;
}
.wrapper-lg .input-group {
	margin-bottom: 20px;
	width: 100%;
}
.form-control-feedback {
	left: 0;
	/* top: 15%; */
	height: 50px;
	/* width: 50px; */
	vertical-align: middle;
	padding: 8px 0;
}
.has-feedback select, .has-feedback input {
	background-color: #e5e5e5;
	width: 100%;
	height:auto !important;
	/* 	line-height: 50px; */
	padding: 10px 15px;
	box-shadow: none;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
}
.has-feedback .form-control, .has-feedback select {
	padding-right: 10px;
	padding-left: 0;
}
.login-info label {
	color: #6b7899;
	font-weight: normal;	
	margin-bottom:0;
}
.login-info .has-feedback input, .login-info .has-feedback select  {
	padding: 0px;
	font-size: 14px;
}
.login-info .has-feedback input:focus , .login-info .has-feedback select:focus {
	box-shadow: none;
}
.btn-flat {
	background: #707070;
	color: #fff;
	height: 50px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #52d0d5 ;
	border-color: #52d0d5 ;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #FFF;
}
.checkbox.checkbox-primary {
	margin-left: 20px;
}
.user-pass {
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
}
.login-info .user-pass a {
	color: #3f5364;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 480px) {
.login {
	max-width: 100%;
	width: 100%;
}
}
a.myBtn:hover{background:#1940a8 !important;}
a.myBtn:focus{background:#1940a8 !important;}
.myBtn{
    font: 13px "SourceSansProRegular";
    color: #fff;
    float: right;
    padding: 11px 28px;
    border-radius: 5px;
	background:#C75000;
	border:0px;
	text-transform:uppercase;
	letter-spacing:1px;
	
}
.padding0 {
	padding: 0px;
}
.padding45 {
	padding: 0px 45px;
}
.mtop0 {
	margin-top: 0px;
}
.mtop0 h4 {
	margin-top: 0px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #3B4B5B;
}
.back-btn {
	float: left;
    font-size: 20px;
    margin: 10px 15px;
    position: relative;
    z-index: 9999;
}
.padding16{
	padding:0 16px;
}
/* End Login*/

#inputError1 {
	border-bottom:1px solid #F34336;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.err{
	border-bottom:1px solid #F34336 !important;
}
.alert-login {
	float: left;
	width: 100%;
	color: #F34336;
	font-size: 11px;
	margin: 5px 0 10px 0;
}
.clr-bancpay{
	color:#52d0d5 !important;
}
.info-txt{
	font-size:18px;
	color:#3B4B5B;
	font-weight:600;
	margin-top:30px;
}
.email-clr a{
	color:#4ec3c7;
	font-size:14px;
	text-decoration:none;
}
.forgot-info{	
	padding: 50% 30px 0 30px;
    position: relative;
    left: 0;
    right: 0;
}
.height40{
	height:40px;
}
.margt40{
	margin-top:40px !important;
}
.clrgreen{color:#52d0d5;}
a.clrgreen:active,a.clrgreen:visited,a.clrgreen:focus,a.clrgreen:hover{color:#46b3b7 !important;}

.iconFile {
    font-family: "BeatsN";
    font-size: 8em;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.thancls {
    color: #034254;
    font-size: 24pt;
    font-weight: bold;
	margin:0;
	margin-top:-20px;
}
.thancls1{
	margin:0;
	color:#034254;
}
.txtThank {
    font-size: 12pt;
	font-weight:normal;
    line-height: 16px;
    margin: 20px 0;
    color: #818181;
}
.close-pop{	
	font-size: 40px;
    margin: 10px 20px;
	opacity:1;
}
.padd40{
	padding:0px 60px 20px 60px;
}

.margt10percent{
	margin-top:10%;
}
.activate-txt{
	margin-top:30px;
	color:#34babd;
	font-size:12pt;
	font-weight:bold;
}
.activate-txt1{
	font-size:12pt;
	color:#818181;
	margin:0;
}
.activate-txt1 a{
	color:#34babd;
}
.padd20{
	padding:20px;
}
.sec-img{
	margin:20px auto;
	margin-bottom:50px;
}
.secret-head{
	color:#283b4e;
	font-size:1.3em;
	font-weight:600;
}
.secret-box .resize:not(.nomargin){
	margin:20px 0;
}
.secret-box .resize{
	margin-bottom:0;
	display:table;
	width:100%;
}
.secret-box .control-label{
	padding-top:5px;
}
.secret-box .user-id{
	color:#34babd;
	font-weight:normal;
	font-size:1.1em;
	padding-left:15px;
}
.beats-form-control{
	border:0;
	box-shadow:none;
	border-radius:0;
	border-bottom:1px solid #ddd;
	outline:none;
}
.beats-form-control:focus{
	box-shadow:none;
}
.beats-secret{
	background:#34babd;
	color:#fff;
	width:100px;
	padding:8px;
	border:0;
	border-radius:2px;
	box-shadow:0px 1px 8px #aba7a7;
	display:table;
	margin-left:auto;
}
.beats-secret:hover, .beats-secret:focus{
	background:#219c9e;
	color:#fff;
}
.secret-margt80{
	margin-top:80px;
}
.fnt12{
	font-size:12px;
}
.not-received{
	margin:0;
	font-size:12pt;
	color:#034254;
}
.handC{
	cursor:pointer;
}
.clearDefault::-ms-clear, .clearDefault::-ms-reveal {
    display: none;
}
.float-left{
	float:left !important;
}
.captchcode{
	margin-top:10px;
	letter-spacing:5px;
	font-weight:bold;
	display: table;
    background-color: #f5f5f5;
    padding:5px 8px;
	user-select:none;
}
.captchcode .slash{
	border-top: 2px solid #000;
    width: auto;
    position: relative;
    top: -11px;
    left: -2px;
}
.refresh{
	font-size: 2em;
    font-weight: bold;
    margin-top: 8px;
	color:#6b7899;
}
.refresh span{
	font-weight:bold;
}
@media(min-height:850px){
	.copyrights{
		position: absolute;
		bottom: 20px;
	}
}

.rotate{
	transform:rotate(180deg);
}

.copyrights.position-absolute1{
	position: absolute;
	left:0;
	bottom: 20px;
}

.copyrights.loginfor{
	margin-top:10em;
	margin-bottom:15px;
}

.copyrights.passfor{
	margin-top:5em;
	margin-bottom:15px;
}
.copyrights.register{
	margin-top:2.5em;
	margin-bottom:15px;
}
.copyrights.activationfor{
	margin-top:9em;
	margin-bottom:15px;
}
.copyrights p{
	font-family:"SourceSansProRegular";
	margin:0;
	color:#828282;
	font-size:0.85em;
}
.copyrights a{
	color:#828282;
}
.linkitem{
	font-size:0.90em;
}
.linkitem:hover{
  color:#6b7899;
  text-decoration:none;
}
.selectedUser{
	color:#495057;
	margin:0;
}
.reset-pass-head{
	font-size:1.2em;
}