 #submitBtn:hover{
  background-color:#1d8be8!important;
}
#pwdBack,#submitBtn{
    font-size:14px;
    width:110px;
    border-radius:3px;
}
#btn{
    border-radius:3px;
}
#successpanel{
    display:block;
    position:fixed;
    top:0;
    background:rgba(0,0,0,0.3);
    width:100%;
    height:100%;
}
.dialogp{
    background:#fff;
    width:380px;
    height:80px;
    position:absolute;
    top:0;
    left:0;
    border-radius:5px;

}
.dialogp div,.dialogp img{
    float:left;
    margin-right:10px;

}
.successp div{
    width:280px;
}
.dialogp img{
    margin-top:17px;
    margin-left:20px;
}
.checkCode {
    cursor: pointer;
    border: 1px solid black;
    text-align: center;
    line-height: 29px;
    width: 115px;
    height: 30px;
    background-color: white;
}
.modal.in .modal-dialog{
    z-index:1000;
}