﻿body.login{
	margin:0;
	font-family:Open Sans, Arial, sans-serif;
	font-size:12px;
	background:#2a73ba; overflow:auto;
}
.login-left{
	width:60%;
	float:left;
	display:table-cell;
	text-align:center;
}
.login-left img{
	width:100%;
	max-width:1000px;
	/*margin-top:70px;*/
}
.login-right{
	background-color:white;
	width:40%;
	position:fixed;	
	right:0;
	top:0;
	bottom:0;
}
.logoLog{
	/*padding-top:30px;*/
	height:110px;
	text-indent:-9999px;
	background:url('/_layouts/15/LacViet.Bio.MembershipProvider/images/logoLogin.png') no-repeat center center;
}
.logon1{
	text-align:center;
	color:#f3530c;
	font-size:18px;
	margin-top:12px;
	margin-bottom:12px;	
}
.logon2{
	text-align:center;
	color:#2a73ba;
	font-size:18px;
	margin-top:4px;
}
.loginBox{
     padding: 50px 50px 40px 40px;
}
.label{
	font-size:15px;
	color:#666;
	line-height:20px;
}
div.inputBox{
	margin-bottom:5px;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] {
    appearance: none;
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    width:100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    border-radius: 1px;
    font-size: 15px;
    color: #888;
}
.btnLog{
	margin-top:10px;
}
@media (max-width:767px){
.logoLog{
 background-size:280px;
 height:60px;
}
.loginBox{
	padding-top:0px
}
.loginBox{
     padding: 30px 30px 30px 30px;
}
.label{
	line-height:normal;
}
div.inputBox{
	margin-bottom:0px;
}
.btnLog{
	margin-top:0px;
}
.logon1 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:15px;
}
}


.btnLog input{
    border:0;
    border-radius:3px;
	height:32px;
	line-height:32px;
	font-size:14px;
    color: #fff;
    background-color: #2a73ba;
	width:49%;
}
.btnLog input:hover{
	background-color:#00afff;
	cursor:pointer;
}
.footer{
	padding-top:20px;
	text-align:center;
	border-top:1px #ddd solid;
	font-size:12px;
	color:#666;
	line-height:20px;
	padding-bottom:20px; width:100%; background-color:white;
}
div.checkPass{
	margin:5px 0;
	color:#858585;
}
.wrap{
	position:relative;
	z-index:90;
	background-color:white;
}
.footer{
	position:absolute;
	bottom:0px;
	z-index:30;
}
@media (min-width:768px){
.loginBox {
    background: rgba(0, 0, 0, 0) url("/_layouts/15/LacViet.Bio.MembershipProvider/images/icon-user.png") no-repeat scroll center 5px;  
    padding-top:115px; 
}
}
#lblAccountInfo{
    display:block;
    margin:5px;
    text-align:center;   
}


@media (max-width:991px){
.login-left{
	width:50%;
}
.login-right{
	width:50%;
}
.login-right > div{
	padding-left:10px;
	padding-right:10px;
}
}
@media (max-width:600px){
.login-left{
	display:none;
}
.login-right{
	width:100%;
}
}