body{
    overflow: hidden !important;
}
.modifypassword{
    height: 320px;
    width: 400px;
    margin: 100px auto 0 auto;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus{
    outline:none;
}
.sendemail{
    background: #60bcea;
    position: relative;
    z-index: 3;
    padding: 5px 20px;
    width: 300px;
    left: 50px;
}
.sendemail:focus{
    -webkit-box-shadow:none;
    box-shadow: none;
}
.sendemail span{
    color:white;
    z-index: 3;
    position: relative;
    font-size: 20px;
}
.sendemail:hover,.btn-click{
    background: #77c6ee;
    border:1px solid #60bcea;
}
.verifycode{
    width: 295px;
}
.captchacode img{
    display: inline-block;
    position: relative;
    cursor:pointer;
    float: right;
    margin-top: -35px;
}
.content{
    height: 600px;
}

.modifypassword label[for="email"]{
    width: 30% !important;
}
.findpwlabel{
    width: 70% !important;
}