
#Captcha2 .modal-dialog{
    width:30%;
    margin: 100px auto;
}
#Captcha2 .modal-content{
    padding:20px 50px;
    border-radius: 5px;
}
#Captcha2 .modal-header{
    text-align: center;
    color:#0b6cb8;
    border-bottom:1px solid #0b6cb8; 
    background: #fff;
    position: relative;
    padding:10px;
}
#Captcha2 .modal-header>.close{
    position: absolute;
    right:-28px;
    top:0;
}
@media screen and (max-width:769px){
    #Captcha2 .modal-dialog{
        width:90%;
        margin: 100px auto;
    }
    #Captcha2 .modal-content{
        padding:20px 20px;
    }
    #Captcha2 .modal-header>.close{
        right:0px;
        top:0;
    }
}
@media screen and (min-width:768px) and (max-width:996px){
    #Captcha2 .modal-dialog{
        width:50%;
        margin: 100px auto;
    }
}
#Captcha2 .modal-header>i{
    width:8px;
    height:8px;
    border-top:1px solid #0b6cb8;
    border-left:1px solid #0b6cb8;
    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;
} */

#Captcha2 .modal-body p{
    margin: 35px 0 auto;
    display: block;
    border-bottom: 1px solid #c3c3c3;
    color: black;
}
#Captcha2 .modal-body p{
    margin: 35px 0 auto;
    display: block;
    border-bottom: 1px solid #c3c3c3;
    color: black;
}
#Captcha2 .modal-body label{
    padding-top:3px;
    color:#0b6cb8;
}

#Captcha2 .modal-body input{
    border:none;
    outline: none;
    border-left:1px solid #0b6cb8;
    margin-left:8px; 
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 1em;
    width: 85%;
}
#Captcha2 .modal-body .txtVerification{
    width: 50%;
}
#Captcha2 .register {
    float: left;
}
#Captcha2 .mima {
    float: right;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}


#Captcha2.modal-body a{
    margin-top: 10px;
    color:#0b6cb8;
}
#Captcha2 .modal-body a:hover{
    text-decoration: underline;
}
#Captcha2 .register{
    float: left;
}
#Captcha2 .mima{
    float: right;
}
#Captcha2 .modal-body #studenglu{
    margin: 80px 0 25px;
}
#Captcha2 .modal-body button{
    width:100%;
    height:3em;
    line-height: 3em;
    color:#fff;
    background: #0b6cb8;
    display: block;
    margin: 80px 0 50px;
    outline: none;
    border:none;
    border-radius: 5px;
}

/* 短信验证码弹窗样式 */
#Captcha2 .captcha_icon {
    text-align: center;
}
#Captcha2 .getNewCaptcha {
    text-align: right;
    margin-top: 10px;
    color: #1098EC;
}
#Captcha2 .getNewCaptcha span {
    cursor: pointer;
}