.hero-content-item.hero-text[data-aos=fade-right] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-timing-function: unset !important
}

.hero-content-item.hero-text[data-aos-delay] {
    transition-delay: 0s !important
}

.hd-form-submit {
    width: 450px;
    background: #fff;
    padding: 1.176rem;
    text-align: center;
}

.hd-form-icon {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.hd-form-icon i {
    font-size: 64px;
    color: var(--hd-brown-995F26);
}

.icon-forgot-password {
    font-size: 64px;
    color: var(--hd-brown-995F26);
    font-weight: bold;
}

.hd-form-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
}

.hd-form-subtitle {
    color: var(--hd-gray-3A3A3B);
    line-height: 1.6;
    padding: 0 0 1.2rem;
    font-size: 1.2rem;
    text-align: center;
}

.hd-form-submit input {
    filter: none;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    height: 45px;
    width: 100%;
    border: 1px solid #e6e6ea;
    font-size: small;
    color: #19110b;
    transition: border .3s cubic-bezier(0.4, 0.4, 0.5, 1);
    background-color: transparent;
    padding: 1rem;
    outline: 0;
    background-color: #e6e6ea;
}

.hd-input-wrapper {
    position: relative;
}

.hd-input-wrapper .icon-eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;

    font-size: 16px;
    color: rgb(102, 102, 102);
    cursor: pointer;
    z-index: 2;
}

.hd-password-control {
    position: relative;
    margin-bottom: 20px;
}

.hd-password-rule {
    display: none;
    padding: 1rem 1.471rem;
    margin: 0;
    position: absolute;
    background-color: #f1f1f1;
    top: -10px;
    left: calc(100% + 1rem);
    width: 17.647rem;
    text-align: start;
}

.hd-password-rule:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: -1.294rem;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #f1f1f1 transparent transparent
}

.hd-password-rule li {
    color: var(--hd-gray-3A3A3B);
    margin: 0;
    line-height: 1.6;
    font-size: .824rem;
}

.hd-password-rule li.invalid {
    color: var(--hd-red-FF0000)
}

.hd-btn-submit {
    text-align: center;
    width: 100%;
    height: 45px;
    font-size: 1em;
    border: 1px solid var(--hd-brown-995F26);
}

.notification p {
    font-size: 20px;
    font-weight: 600;
    color: #9f9f9f
}

.notification span {
    color: var(--hd-brown-995F26);
}

.error {
    display: block;
    margin: 15px 0
}

.response-msg-output {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .9rem
}

.hd-input-control {
    margin-bottom: 1.176rem;
}

.hd-input-control>label {
    text-transform: none;
    font-size: .765rem;
    display: flex;
    text-align: start !important;
    font-weight: 500;
    letter-spacing: 2px
}

.hd-error-message {
    display: flex;
    text-align: start;
    color: #dc3232;
    font-size: 0.8em;
    margin-top: 5px;
    line-height: 1.5
}

.hd-form-footer a:hover {
    font-weight: bold;
}


@media screen and (max-width: 960px) {
    .hd-form-submit {
        width: 100%;
        min-width: 350px;
    }

    .hd-password-rule {
        position: initial;
        background-color: #fff;
        text-align: left;
        padding-bottom: 0;
        padding-left: 0 !important;
        margin-left: 0;
        margin-top: 0px
    }

    .hd-password-rule:before {
        content: none
    }

    #hd-password-rule[style*="display: block"]~#hd-toogle-password,
    .hd-password-rule[style*="display: block"]+i.icon-eye,
    .hd-form-password-rules.typing #hd-toogle-password {
        top: 23%
    }
}

.verify-box {
    padding: 0px !important;
}