@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body,html{
	background-color:#fff;
	background-image:url(../images/login.jpg);
	background-size:cover;
	background-position:center center; 
	color:#fff;
	height:100%;
	widht:100%;
	font-family:'Droid Sans';
	}
main{
	min-height:35%;
	height:auto;
	background-color:rgba(0,66,127,0.8);
	top:30%;
	width :100%;
	position:fixed;
	z-index:2;
	}
#back{
	background-color:rgba(0,0,0,0.1);
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	border-top:#0063a7 4px solid;
	}
#left{
	width:40%;
	height:100% !important;
	float:left;
	position:relative;
	text-align:right;
	}

#left img{
	width:45%;
	margin:5%;
	}
#right{
	width:60%;
	height:100%;
	float:left;
	position:relative;
	text-align:left;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding-left:5%;
	}
#right #line{
	width:2px;
	height:80%;
	position:absolute;
	top:10%;
	left:0%;
	background-color:#FFFFFF;
	}
#right h3{
	margin-left:12px;
	}
input[type="submit"]{
	background-color:#0766ad !important;
	color:#FFFFFF;
	height:35px;
	width:15%;
	float:left;
	margin:12px;
	}
input{
	background-color:transparent;
	border:none;
	height:100%;
	width:calc(100% - 65px);
	}
.input{
	height:35px;
	width:50%;
	outline:#fff solid 1px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	float:left;
	margin:12px 12px;
	
	}
.input img{
	width:15px;
	margin:0 25px;
			-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	}
.forget{
	text-align:right;
	height:20px;
	width:50%;
	margin:10px 12px;
	display:block;
	}
@media (max-width: 785px) {
#left, #right{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
}
form{
	width:100%;
	height:auto;
	}
input[type="submit"], .input, .forget{

	width:80%;
	float:none;
	margin:12px auto;
	}
.forget{
	text-align:center;
	}
#right #line{
	display:none;
	}
main{
	top:15%;
	}
	}