@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
	font-family: 'Open Sans', sans-serif;
	/* background: #93BA29; */
	background: url('../images/login_bg.jpg') no-repeat fixed center center / cover transparent;
}

.m_bot15 {
	margin-bottom: 15px;
}

.lg_bg {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	/* background: url('../images/login_bg.jpg') no-repeat fixed center center / cover transparent; */

}

.head_bg_div {
	height: 160px;
	background: rgba(0,0,0,0.5);
	/* background: #3D4144; */
	position: relative;
	margin-top: 40px;
}

.head_bg_div div {
	position: absolute;
	top: 56%;
	left: 50%;
	 max-width: 355px;
	box-sizing: border-box;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Safari */
	transform: translate(-50%,-50%);
	display: inline-block;
	border: 1px dotted #CCC;
}

.head_bg_div div img {
	/*max-height: 150px;*/
	float: left;
}

.head_bg_div div a {
	background: #1c5990 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 27px;
}

.log_scr_bg {
	max-width: 400px;
	width: 100%;
	margin: 4% auto;
	background: rgba(0,0,0,0.5);
	padding: 20px;
	box-sizing:border-box;
}

.log_scr {
	background: #FFF;
	border-radius: 5px;
	color: #666;
    padding: 20px;
	box-sizing: border-box;
}

.in_txt {
	background: #FFF;
	border-radius: 3px;
	color: #555;
	font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.in_txt:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.in_sub {
	background: #337ab7;
    border: 1px solid #2e6da4;
    color: #fff;
	
	border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
	position: relative;
	font-weight: 700;
}

.in_sub div.btn_overlay {
	background: rgba(0,0,0,0);
}

.in_sub span {
	position: relative;
	z-index: 2;
}

.in_sub:hover div.btn_overlay {
	height:100%; 
	width: 100%; 
	background-color: rgba( 0, 0, 0, 0.1 ); 
	bottom: 0; 
	left: 0; 
	z-index: 1; 
	position: absolute; 
}

/* .in_sub:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
} */

.fg_pass {
	font-size: 14px;
	color: #286090;
}

.log_thm3_fxd_div {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 455px;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 55px;
}

.in_txt_new {
	background: rgba(255,255,255,0.3);
	border: none;
	font-family: inherit;
	border-radius: 3px;
	color: #FFF;
	font-size: 14px;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
}

.in_sub_new {
	border: none;
	font-family: inherit;
	border-radius: 3px;
	color: #FFF;
	font-size: 15px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	position: relative;
}

.frgt_pss {
	font-size: 15px;
	font-weight: 600;
}