
.header .modal-dialog{
    width:30%;
    margin: 100px auto;
}
.header .modal-content{
    padding:20px 24px;
    border-radius: 5px;
}
.header .modal-header{
    text-align: center;
    color:#1F7DE0;
    border-bottom:1px solid #1F7DE0;
    background: #fff;
    position: relative;
    padding:10px;
}
.header .modal-header>.close{
    position: absolute;
    right:0;
    top:0;
}
@media screen and (max-width:769px){
    .modal-dialog{
        width:90%;
        margin: 100px auto;
    }
    .modal-content{
        padding:20px 20px;
    }
    .modal-header>.close{
        right:0px;
        top:0;
    }
}
@media screen and (min-width:768px) and (max-width:996px){
    .modal-dialog{
        width:50%;
        margin: 100px auto;
    }
}
.modal-header>i{
    width:8px;
    height:8px;
    border-top:1px solid #1F7DE0;
    border-left:1px solid #1F7DE0;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    background: #fff;
    bottom:-4px;
    left:49%;
}
/* .modal-body{
    padding:0;
    padding-top:15px;
    box-sizing: border-box;
    text-align: center;
} */
/* .glyphicon{
    line-height: 1.5;
    font-size: 21px;
} */

.header .modal-body p{
   margin: 35px 0 auto;
    display: block;
    /* border-bottom: 1px solid #c3c3c3; */
    color: black;
}
#dacx .modal-body p ,#stuModal .modal-body p{
   margin: 35px 0 auto;
    display: block;
    border-bottom: 1px solid #c3c3c3;
    color: black;
}
#phoneBind .modal-body p{
    margin: 35px 0 auto;
    display: block;
    border-bottom: 1px solid #c3c3c3;
    color: black;
}
#chaModal .modal-body p{
    margin-top: 5px;
}
.modal-body label{
    padding-top:3px;
    color:#1F7DE0;
}

.header .modal-body input{
    border:none;
    outline: none;
    border-left:1px solid #1F7DE0;
    margin-left:8px; 
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 1em;
    width: 85%;
}
.header .modal-body .txtVerification{
    width: 50%;
}
.header .register {
    float: left;
}
.header .mima {
    float: right;
}
.navbar{
    background: #1F7DE0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.loginbg{
    width:98px;
    height:34px;
    background:#106ED2;
}
.stulogin{
    border-radius:20px 4px 4px 20px;
}
.teaclogin{
border-radius:4px;
}
.comlogin{
border-radius:4px 20px 20px 4px;
}
.modal-body a{
    margin-top: 10px;
    color:#1F7DE0;
}
.modal-body a:hover{
    text-decoration: underline;
}
.register{
    float: left;
}
.mima{
    float: right;
}
.header .modal-body #studenglu{
    margin: 80px 0 25px;
}
.header .modal-body button{
    width:100%;
    height:3em;
    line-height: 3em;
    color:#fff;
    background: #1F7DE0;
    display: block;
    margin: 80px 0 50px;
    outline: none;
    border:none;
    border-radius: 5px;
}
