.container__overlay-banner-recuperar-senha {
    background: linear-gradient(180deg, #ffffffdb 0%, #000518c7 58%);
    z-index: 2;
}


.container__cart-form-login {
    z-index: 3;
    position: relative;
    border-radius: 0 89px 0 0;
    height: 504px;
    padding: 24px 23px;
    width: 100%;
}


.content_footer {
    display: none;
}


.contant__title-recuperar-senha {
    color: #494949;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 25.5px 0 23px;
}

.content__recuperar-senha {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    padding: 10px;
    background-color: #ABABAB;
    border: unset;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.content__logo-recuperar-senha {
    max-width: 287px;
    max-height: 155px;
    z-index: 3;
}

.content__label_recuperar-senha {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #494949;
}

.content__label_recuperar-senha-field {
    border-radius: 10px;
    height: 40px;
    border: 1px solid #ABABAB;
    margin-bottom: 110px;
    padding: 0 10px;
}

.container_recuperar-senha {
    background-image: url('/img/hotsite/login/homeBanner.svg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .container_recuperar-senha {
        height: unset;
    }
}

.container_logo-recuperar-senha {
    height: calc(100vh - 504px);
    width: 100%;
}

.contant__subtitle-recuperar-senha {
    color: #828282;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

#email-container {
    margin-top: 71px;
}

.contant__subtitle-recuperar-senha span {
    color: #CCA86C;
}

.step {
    max-width: 211px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.step-recuperar-senha {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #828282;

    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-recuperar-senha.active {
    background: #CCA86C;
    color: #000518;
}

.step-line {
    height: 1px;
    background-color: #B3B3B3;
    flex: 1;
    margin: 0 1px;
    z-index: 0;
}

.isvalidEmail {
    background: #000518;
}

.content__recuperar-senha:disabled {
    cursor: not-allowed;
}

.container_code-input {
    gap: 16px;
}

.code-input {
    width: 36px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: background 0.2s;
}

.code-input.bg-hint {
    background: rgba(164, 164, 164, 0.30);
}

.btn-valid {
    background-color: #000518;
}

.content_link-create-account {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #494949;
    margin-bottom: 74px;
}

.link-create-account {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #CCA86C;
}

#code-container {
    margin-top: 43px;
}

#validating-msg {
    margin: 23px 0;
}

.new-password-container {
    margin-top: 18px;
}

#new-password-container .content__label_recuperar-senha-field {
    margin-bottom: 31px;
}

#new-password-container .confirm-password {
    margin-bottom: 11px;
}

.password_rules {
    margin-bottom: 21px;
}


.title-success-popup {
    color: #494949;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0 32px;
}

.subtitle-success-popup {
    color: #494949;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 54px;
}

.togle-popup-success {
    border-radius: 20px;
    background: #D9D9D9;
    width: 104px;
    height: 4px;
    margin-bottom: 20px;
}

.container-popup-success {
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    z-index: 4;
    background: #fff;
    bottom: 0;
    animation: slideUpFadeIn 0.6s ease-out;
}

@keyframes slideUpFadeIn {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.overlay_shadow-sucess {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* escurece o fundo */
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

#header-default {
    display: none;
}

@media screen and (min-width: 992px) {

    .container-popup-success {
        border-radius: 40px;
        max-width: 467px;
        bottom: unset;
        top: 30vh;
    }

    .container_success {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .togle-popup-success {
        display: none;
    }

    .title_login-desk {
        color: #000;
        font-family: Stolzl;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .btn_Investor-area {
        background: #CCA86C !important;
        color: #fff !important;
    }

    .btn_Investor-area svg path {
        fill: #fff !important;
    }

    #header-default {
        position: unset !important;
    }

    .container_header {
        border-bottom: 1px solid #E0E0E0 !important;
        padding: 24px 23px !important;
    }



    .container_recuperar-senha {
        background-image: unset;
        margin: 51px 0 159px;
    }

    .container__cart-form-login {
        border-radius: 20px;
        background: #EDF0F4 !important;
        max-width: 850px;

    }

    #recuperar-form {
        max-width: 335px;
        margin: auto;
    }

    .contant__title-recuperar-senha {
        margin: 26px 0 12px;
    }

    #email-container {
        margin-top: 79px;
    }

    .content__label_recuperar-senha-field {
        margin-bottom: 132px;
    }

    #intro-card {
        height: 532px;
    }
}