.forgetspassword-sec-inner {
    display: flex;
    align-items: center;
    height: 100vh !important;
}
.forgetspassword-sec-box-text {
    width: 70%;
    margin: auto;
}
.forgetspassword-sec-box-text h1 {
    font-size: 40px;
    margin: 0px;
}
.forgetspassword-sec-box-text p {
    margin: 10px 30px;
}
.sign-form label {
    font-size: 12px;
}
.sign-form .form-control {
    display: block;
    width: 100%;
    padding: .6rem .75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eee;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.forgotpass{
    text-align: right;
    font-size: 12px;
    color: #707070;
    text-decoration: underline;
}
.forgetspassword-sec-box-text .dont-account {
    font-size: 13px;
    margin: 10px auto;
    width: 90%;
}
.forgetspassword-sec-box-text .dont-account a{
    color: var(--dark-text-color) !important;
    text-decoration: underline;
    font-weight: bold;
}
form.sign-form {
    margin: 0px;
}

@media (max-width: 1024px) {
    .sign-form .form-control {
        margin-bottom: 0px;
    }
    .forgetspassword-sec-box-text {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .forgetspassword-sec-box-text p {
        margin: 10px 0px;
    }
    .forgetspassword-sec-box-text h1 {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .forgetspassword-sec-box-text {
        width: 90%;
    }
    .forgetspassword-sec-box-text p {
        margin: 10px;
    }
    .forgetspassword-sec-box-text h1 {
        font-size: 26px;
    }
    .sign-form .form-control {
        margin-bottom: 0px;
    }
}