html,body {
	height:100%;
	margin:0px;
	padding:0px;
}
.back_div{
	text-align:center;
	margin:auto;
	overflow:hidden;
	height:100%;
	max-height:750px;
	max-width:1920px;
	min-width:1200px;
	margin-bottom:-140px;
}


.checkboxFour {
    width: 10px;
    height: 10px;
    background: #ddd;
   
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboc_inner{
	width: 6px;
    height: 6px;
    background: rgba(21,25,45,0.8);
	border-radius: 100%;
	
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -3px;
	margin-top: -3px;
}

.checkboc_inner_click{
	width: 6px;
    height: 6px;
    background: rgb(0,183,238);
	border-radius: 100%;
	
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -3px;
	margin-top: -3px;
}

.login_input{
	height: 21px; 
	border: none; 
	BACKGROUND: #ffffff;
	COLOR: #444;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	font-size: 15px;
	line-height: 15px;
	width:205px;
	margin-left: 10px;
	outline:none;
}

.input_line{
	float: left; 
	margin-top: 11px;
	margin-left: 10px;
	margin-right:1px; 
	border-right: solid 1px #94a3b0;
	box-shadow: 1px 0px 1px #94a3b0;
	height: 21px;
	width:1px;
}
#autologin_div{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow:0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}