.forgotpassword-box{
    margin-top: 150px;
    min-height: 730px;
}
#reset-password,
#forgotpassword {
    margin: auto;
    border-radius: 30px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-width: 260px;
    max-width: 600px;
}
#reset-password input,
#forgotpassword input{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #f4f7fb;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 0px 15px;
    margin-bottom: 30px;
}
#reset-password button,
#forgotpassword button{
    float: right;
    font-size: 13px;
    color: #fff;
    background: rgb(219, 138, 222);
    background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
}
#reset-password .showPassword {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
#reset-password #showPassword {
    height: 13px;
    width: fit-content;
    margin-bottom: 0px;
}
#reset-password label[for="showPassword"]{
    font-size: 14px;
}
.mess{
    max-width: 1200px;
    height: 600px;
    text-align: center;
    background-color: #fff;
    color: gray;
    font-size: 30px;
}