﻿.loginRegister{
    width:100%;
    height:auto;overflow:hidden;
    min-height:300px;
    background-image:url(../Images/teacherLogin.jpg);
}
.loginForm{
    width:450px;
    float:right;
    background-color:#fff;
    padding:50px 50px;
}
.loginFormTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.loginFormTitle h2{
    font-size:30px;
    font-weight:bold;
    line-height:40px;
}
    .loginFormTitle h2 s {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #ffb532;
        margin-top:10px;
    }
    .loginFormTitle h3 {
        font-size: 14px;
        line-height: 30px;
        text-align:right;
        color:#999;
        margin-bottom:20px;
    }
.loginFormList{
    width:100px auto;
}
.loginFormList li{
    width:100%;
}
    .loginFormList li select {
        width: 98%;
        border: 1px solid #eee;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        background-color: #fff;
        color:#999;
        padding-left:2%;
    }
    .loginFormList li input {
        width: 98%;
        border: 1px solid #eee;
        line-height: 40px;
        text-indent: 10px;
        margin-bottom: 20px;
    }
    .loginFormList li button {
        width: 98%;
        border: 1px solid #00155d;
        background-color: #00155d;
        line-height: 40px;
        text-align:center;
        margin-bottom: 20px;
        color:#fff;
        font-size:16px;
    }
    .loginFormList .yzm {
        width: 98%;
        border: 1px solid #eee;
        line-height: 30px;
        margin-bottom: 20px;
        padding:5px 0;
    }
    .loginFormList .yzm input {
        width:60%;
        line-height: 30px;
        text-indent: 10px;
        border:0;
        margin-bottom:0;
    }
    .loginFormList .yzm img{
        height:30px;
    }

.loginFormRemark{
    width:100%;
    line-height:40px;
    text-align:right;
}