.body-forgot-password {
    align-items: center;
    height: 100vh;
    background-color: var(--siva);
    overflow-y: auto;
}

.title-forgot-password {
    font: normal normal bold 30px/12px Montserrat-Bold;
    color: var(--temna-zelena);
    margin-bottom: 15px;
    margin-top: 15px;
}

.subtitle-forgot-password {
    font: normal normal bold 15px/12px Montserrat-Bold;
    font-style: italic;
    color: var(--temna-siva);
    border-top: 1px solid var(--temna-zelena);
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.subtitle-forgot-password.request-sent {
    font-style: normal;
    border: none;
    padding: 0;
    margin-top: -10px;
}

.atlas-logo-forgot-password {
    margin-top: 30px;
    width: 50px;
}

.fieldset-forgot-password {
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #DDDDDD;
    background-color: #F5F5F5;
    border: none;
    margin-bottom: 20px;
    padding: 30px 30px 30px 30px;
    overflow: clip;
    resize: none;
}

.legend-forgot-password {
    font: normal normal bold 20px/20px Montserrat-Regular;
    color: var(--temna-zelena);
    margin-bottom: 20px;
}

.input-forgot-password {
    border-radius: 5px 0 0 5px;
    border: none;
    margin-bottom: 10px;
    height: 30px;
    width: 220px;
    letter-spacing: 1.4px;
    padding-left: 10px;
}

.input-forgot-password.email {
    border-radius: 5px;
    width: 100%;
}

.toggle-show-pwd-container {
    display: flex;
    height: 45px;
    width: 35px;
    border-radius: 0 38px 38px 0;
    background-color: var(--siva);
    justify-content: center;
    align-items: center;
}

.toggle-show-reset-password {
    height: 15px;
    margin-right: 10px;
}

.button-forgot-password {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green-login);
    border: none;
    width: 152px;
    height: 32px;
    border-radius: 10px;
    margin-bottom: 10px;
    font: normal normal bold 15px/15px Montserrat-Regular;
    color: var(--bela) !important;
    cursor: pointer;
}

a.button-forgot-password {
    text-decoration: none;
}

.button-confirm-container {
    margin-bottom: 6px;
}

.message-placeholder {
    width: 100%;
    height: 70px;
}

.message-placeholder.reset-errors {
    height: 120px;
}

ul.password-fails {
    text-align: start !important;
}

.message-container {
    position: absolute;
    top: 0;
    width: 100%;
    font: var(--montSeratRegularNormal);
    font-size: 13px;
    text-align: center;
}

.message-container.single-message {
    margin-top: 0;
    margin-bottom: 15px;
}

.fieldset-message {
    width: unset !important;
    font-size: 13px;
}

.fieldset-message.bottom {
    margin-top: 10px;
}

.fieldset-message.top {
    margin-top: -5px;
    margin-bottom: 30px;
    font: var(--openSansRegularCompact);
    font-size: 13px;
}

.error-message-forgot-pwd {
    color: var(--error-red);
}

.label-forgot-pwd {
    width: 100px;
    font: normal normal normal 13px/25px Montserrat-SemiBold;
}

#form-reset-password #new-pwd, #form-reset-password #repeat-pwd {
    border: none !important;
}

.reset-pwd-container {
    margin-bottom: -100px;
}

.popup-forgot-password {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-box {
    margin-bottom: 94px; /* lift popup for the height of the footer */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    height: fit-content;
    /*width: 550px;*/
    /*height: 250px;*/
    box-sizing: border-box;
    background-color: white;
    /*border-radius: 10px;*/
    border-radius: 35px;
    /*padding: 40px;*/
    padding: 40px 50px 30px 50px;
    text-align: center;
}

/*.popup-box.reset-pwd-done {*/
/*    width: 500px;*/
/*    height: 230px;*/
/*}*/

.popup-box a {
    margin: 0;
}

.popup-title {
    font: var(--montSeratRegularTitle);
    font-weight: bold;
    color: var(--temna-zelena);
}

.popup-content {
    font: var(--openSansRegular);
    font-size: 15px;
    line-height: 18px;
}
