@CHARSET "UTF-8";

body {
	margin: 0;
	background-color:#fff!important;
}
.footer{
	margin-top:0px!important;
	/* background-color:#fff!important; */
}
.browser-description div{
	/* color:#282828!important; */
}
.user-child,.admin-child,.agency-child {
	position:relative;
	height: 500px;
	background-image: url(../../images/newIndex2j/login1Bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.admin-child {
	background-image: url(../../images/newIndex2j/login2Bg.png);
}
.agency-child {
	background-image: url(../../images/newIndex2j/login3Bg.png);
}
.dlk {
    width: 400px;
    padding: 0 20px;
    background: #ffff;
    margin-left: auto;
}
.dlk>form>h1{
	font-size:20px;
	color:#242424;
	font-weight:bold;
	padding:30px 0px;
	margin:0px;
	text-align:center;
}
.form-group{
	width:100%;
	margin-bottom:22px!important;
	height:34px;
}
.form-group>label{
	padding:0px;
	text-align:right;
	font-size:15px;
	color:#333333!important;
	line-height:34px;
}
.checkcode-img{
	position: absolute; 
	right: 12px; 
	top: 4px;
	width:70px;
	height:27px;
}
#btnLogin,#btnReg{
	width: 133px;
}
.app-nav-vice{
	display:none;
    }
/* @media start */
@media (max-width: 767px) {
	.admin-child{
	background-image: url(../../images/newIndex2j/app-loginBg1.png);
	}
	.user-child {
	background-image: url(../../images/newIndex2j/app-loginBg2.png);
	}
	.agency-child {
	background-image: url(../../images/newIndex2j/app-loginBg3.png);
	}
	.dlk {
	width:320px;
	max-width:100%;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #ffffff;
	border-radius:5px;
    margin-left:-160px;
    top: 70px;
    }
    .dlk form{
    width:290px;
    margin:0 auto;
    }
    .form-control {
    display: inline-block!important;
    width: 227px!important;
    padding: 0 30px!important;
    }
    .form-control-feedback {
    right: 15px!important;
    }
    .checkcode-img{
    right: 25px!important;
    }
    #btnLogin,#btnReg{
	width: 119px;
    }
    .app-nav-vice{
	display:block;
	padding:0 30px;
    }	 
    .app-nav-vice>div{
    text-align:center;
    }	 
    .app-nav-vice a{
    display:inline-block;
    text-align:center;
	padding:10px 0;
	color:#242424;
    }
    .nav-vice-active{
    border-bottom:2px solid #fc3c3c;
    }
    .nav-vice-active a{
    color:#fc3c3c;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	 
}
@media (min-width: 992px) and (max-width: 1199px) {
     
}
@media (min-width: 1200px) {
 
}	