#loginModal .modal-header,
#loginModal .modal-footer{
    text-align: center;
    border:none;
}
#loginModal .modal-dialog{
    width: 450px;
}
#loginModal .modal-header{
    color: #fff;
    background: #005caa;
}
#loginModal .modal-body{
    padding: 30px 50px;
}
#loginModal h3{
    display: inline-block;
    /*float:left;*/
    font-size: 20px;
}
#loginModal .close{
    color: #fff;
    opacity:1;
}
#loginModal .modal-content{
    /*border: none;*/
    border-radius:0;
}

.login-form{
    padding-top: 5px;
}
.login-form input{
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 46px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    background: url(".././img/icon.png") no-repeat 12px center;
}
.login-form .username{
    background-position: 12px 9px;
}
.login-form .pwd{
    background-position: 12px -30px;
}
.login-form .ver-code{
    width: 180px;
    background-position: 12px  -70px;
}
.login-form .btn {
    width: 100%;
    height: 50px;
    padding: 0;
    background: #256bdb;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.login-btn {
    width: 100%;
    height: 50px;
    padding: 0;
    background: #256bdb;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.code{
    width: 100%;
}
.code input{
    display: inline-block;
}
.code img{
    float: right;
    width: 120px;
    height: 40px;
    cursor: pointer;

}