body,html{
    background: #0f86c8;
}
.txt_bg{
    width:296px;
    height:35px;
    display: inline-block;
    margin:5px auto;
    border:0;
    outline:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url(/default/images/usericon.png);
    background-repeat:no-repeat;
    background-position: 14px 8px;
    -webkit-background-size: 14px;
    background-size: 14px;
    text-indent: 3em;
    background-color: #ffffff;
}
.txt_bg.pa{
    background-image: url(/default/images/passwordicon.png);
}
.txt_bg.re{
    background-image: url(/default/images/recodeicon.png);
    width:178px;
}
.txt_bg.em {
    background-image: url('/default/images/emailicon.png');
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: 12px 8px;
}
.txt_bg.ph {
    background-image: url('/default/images/phoneicon.png');
    -webkit-background-size: 14px;
    background-size: 14px;
    background-position: 14px 6px;
}
.main {
    width: 404px;
    margin: 60px auto auto auto;
}
.main .logo{
    width: 100%;
    text-align:center;
    margin: 50px 0 30px 0;
}
.main_border {
    padding: 14px;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.main_body {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #9fcee9;
    padding-bottom:20px;
}
.login_toggle{
	text-align: right;margin: 10px 0;
}
.login_toggle a{
	color: #fb4a4a;text-decoration: none;
}
@media screen and (max-width: 768px) {
    .login{
       width: 100%;
    }
    .main {
        width: 85%;
        margin: 0 30px;
    }
    .txt_bg {
        width:255px;
        margin-left:15px
    }
    .txt_bg.re{
        width:136px;
    }
    .login_toggle{
		margin-right:30px;
	}
}
.main_body .title{
	font-family: MicrosoftYaHei;font-size: 20px;font-weight: normal;font-stretch: normal;line-height:68px;text-align:center;letter-spacing: -1px;color: #FFF;border-bottom: 1px solid #FFFFFF;
}
.main_body table{
	width:300px;
	margin: 20px auto auto auto;
}

.main_body table td img{
	vertical-align:middle;
	margin-bottom:3px;
	cursor:pointer;
	height:35px;
}
.help-block{margin:0;}
.form-control-feedback{line-height:45px;}
.error{
	padding:5px;
	color:red;
    text-align:center;
}