@charset "utf-8";
html,body{height: 100%;font-family: "Microsoft Yahei";}
body {
    background-image: url(/site_theme/login_black/img/login_bg-f6d42758b435b662b9d1f930a6d58ffb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color:#354350;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 580px;
}
*{box-sizing: border-box;}
::-webkit-input-placeholder {
    color: #9ca3a9;
}

:-moz-placeholder {
    color: #9ca3a9;
}

::-moz-placeholder {
    color: #9ca3a9;
}

:-ms-input-placeholder {
    color: #9ca3a9;
}

ul {
    list-style: none;
    text-decoration: none;
}

img {
    border: 0px;
}

a {
    TEXT-DECORATION: none;
}

#container {
    width: 760px;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 50%;
    margin-top: -230px;
}


.loginsoft {
    width: 110px;
    height: 20px;
    background: url("../img/login_soft.png") no-repeat center;
    margin: 30px 40px;
}

.loginifo {
    text-align: center;
    background-repeat: no-repeat;
}

.school {
    height: 12px;
    margin-top: 14px;
    margin-left: 7px;
    font-size: 12px;
    color: #FDFDFD;
}

.copyright {
    height: 15px;
    margin-top: 60px;
    margin-left: 7px;
    font-size: 12px;
    color: #FDFDFD;
}
.copyright a{
    color: #fff;
}
.loginform {
    float: right;
    width: 380px;
    margin-top: 40px;
    padding: 0 40px;
    position:relative;
}

.btnLogin {
    float: left;
    height: 45px;
    width: 300px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #32c36d;
    color: #FFF;
    letter-spacing: 2px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px #98f5be;
    outline: none;
}

.btnRegist {
    float: left;
    font-size: 13px;
    color: #303e4a;
    border-radius: 4px;
    background: #ebecf0;
    border: 0;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}


.usernameCon,
.passwordCon,
.codeCon {
    position: relative;
    width: 300px;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding-left: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#loginCode {
    padding-right: 50px;
}
.codeCon img{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 105px;
}
.usernameCon span,
.passwordCon span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    height: 40px;
}

.usernameCon span.icon,
.passwordCon span.icon {
    width: 30px;
    background: url("/site_theme/login_black/img/login_username-9fc501fefc2e478d15a79125fc5b772d.png") no-repeat center;
}

.passwordCon span.icon {
    background: url("/site_theme/login_black/img/login_password-f99d4ffb52a58299451e4cb2dbdf2197.png") no-repeat center;
}

.inputCon {
    line-height: 35px;
    text-indent: 5px;
    border: 0;
    outline: none;
    padding: 0;
    height: 35px;
    color: #666;
    width: 200px;
}
.otherUsers {
    margin-bottom: 40px;
    margin-top: -10px;
}

.otherUsers a{
    color: #303e4a;
    font-size: 13px;
}

.alert-danger{
	padding: 10px 0;
	color: forestgreen;
	position: absolute;
	left: 39px;
	top: 68px;
	font-size: 14px;
    
}

.btnCon {
    width: 300px;
    /* height: 42px; */
    text-align: center;
    margin-top: 5px;
}



.title-tit {
    font-size: 21px;
    color: #303e4a;
    margin-bottom: 20px;
    font-weight: bold;
}

.title-wecome {
    font-size: 18px;
    color: #a9a9a9;
    margin-bottom:40px;
}


.footer-info {
    color: #8e979e;
    font-size: 13px;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}