#forget-password {
    padding-top: 70px;
    padding-bottom: 138px;
}
#forget-password h1 {
    margin-bottom: 44px;
}
#forget-password .content p {
    padding-bottom: 9px;
}
.error-message,
.success-message {
    background: rgba(17, 199, 0, 0.1) url('../images/Vector-10.svg') no-repeat;
    background-size: 20px;
    background-position: left 10px top 10px;
    padding: 13.5px 31px 9.5px 40px;
    margin-top: 43px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}
.error-message {
    background-image: url('../images/error.svg')
}
.close {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent url('../images/close-success.svg') center no-repeat !important;
    font-size: 0;
}
.error-message .close {
    background-image: url('../images/close-error.svg')
}
#forget-pass-form {
    margin-top: 30px;
}
#forget-pass-form label p {
    letter-spacing: 0.015em;
    line-height: 23px;
    font-weight: 500;
    color: var(--blue-color);
}

#forget-pass-form .control input {
    max-width: 902px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    padding: 10px 14px;
}
#forget-pass-form .control {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    #forget-password {
        padding-bottom: 75px;
    }
}
@media (max-width: 767px) {
    #forget-password {
        padding-top: 23px;
        padding-bottom: 75px;
    }
    #forget-password h1 {
        margin-bottom: 29px;
    }
    #forget-password .content p {
        padding-bottom: 8px;
    }
    .error-message,
    .success-message {
        margin-top: 31px;
        padding-bottom: 6px;
    }
    #forget-pass-form {
        margin-top: 39px;
    }
    #forget-pass-form label {
        margin-bottom: 9px;
    }
    #forget-pass-form .control input {
        height: 46px
    }
    #forget-pass-form .control {
        margin-bottom: 39px;
    }
}