/**
 * Author: linpm
 * Date: 2014/5/10 0:18
 * Version: 1.0.0
 */
html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body{
    background: url(/static/da/img/login-bg.jpg) 50% 50% no-repeat;
    background-size: 100% 100%;
}

.box-wrap {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}
.box-wrap .logo {
    height: 71px;
    background: url(/static/da/img/login-logo.png) 50% 50% no-repeat;
    margin-bottom: 40px;
}
.box-wrap .box {
    margin: 0 auto;
    padding: 10px 0 20px;
    float: none;
    width: 550px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
    background: rgba(255, 255, 255, 0.68);
}
.box-wrap .box .content-wrap {
    width: 300px;
    margin: 0 auto;
}
.box-wrap .box .login {
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 30px;
}
.box-wrap .copyright {
    position: fixed;
    width: 500px;
    bottom: 20px;
    left: 50%;
    margin-left: -250px;
    float: none;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
bottom: 0;
}
.box-wrap .copyright p {
    display: inline-block;
    color: #fff;
    margin: 0;
    
}

.form-txt-wrap {
    display: block;
    height: 48px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #b2bfc7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    overflow: hidden;
}
.form-txt-wrap-focus{

}
.form-txt-wrap span{
    float: left;
    display: block;
    width: 40px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #999;
}
.form-txt-wrap div{
    margin-left: 40px;
    padding-right: 5px;
    height: 48px;
}
.form-txt-wrap input{
    padding: 13px 0;
    width: 100%;
    border: 0;
}
.verification{
    float:left;
}
.verification input{
    width:174px;
    padding:13px 5px 13px 10px;
    border-radius:4px;
    border: 1px solid #b2bfc7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s ,box-shadow ease-in-out .15s;
}
.verification input: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);
}
.ver-btn{
    float:left;
    height: 48px;
    line-height: 45px;
    padding:0 0 0 5px;
}
.ver-btn button{
    height: 100%;
    width:117px;
}
.error-message{
    color:#eb615e;
    text-align: left;
}

.form-txt-col{
    margin-bottom: 16px;
    height: 50px;
}
.form-txt-col .col{
    display: inline-block;
    vertical-align: top;
}
.form-txt-col .w180{
    width: 180px;
}
.form-txt-col .col .btn{
    padding: 11px 12px;
}
.form-txt-col .col .btn-group .btn{
    padding: 13px 21px;
}
.attach{
    height: 40px;
}
.attach label{
    float: left;
    position: relative;
    display: block;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}
.attach input{
    position: absolute;
    top: 5px;
    left: 0;
}
.attach .forgot{
    float: right;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666;
}
.attach .forgot:hover{
    color: #f60;
    text-decoration: underline;
}

.reg-link{
    padding-top: 30px;
    text-align: right;
}
.reg-link a{
    color: #f60;
    text-decoration: underline;
}


.reg-page .box-wrap{
    top: 50%;
    margin-top: -270px;
}

.loginBtn {
	width: 300px;
	margin: auto;
	padding: 8px;
	color: #fff;
	background-color:#008cc8;
	border-color:#008cc8;
}
.loginBtn:hover {
	color: #fff!important;
	background-color:#337ab7;
	border-color:#337ab7;
}
.sublogo {
	margin:0 0 30px;
	font-size:20px;
	color:#fff;
}

/* responsive */
@media (max-width: 767px) {
    .box-wrap .box {
        width: 350px;
    }
}
@media (max-width: 480px) {
    .box-wrap .box {
        width: 90%;
    }
}
@media screen and (max-height: 600px) {
    .box-wrap .copyright{
        display: none;
    }
}


/* overwrite */
.btn-primary {
    color: #fff;
    background-color:#008cc8;
    border-color:#008cc8;
}
.btn-primary:hover {
    color: #fff!important;
    background-color:#337ab7;
    border-color:#337ab7;
}
