.forgot-psw-section {
    box-sizing: border-box;
    width: 706px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 7px;
    padding-bottom: 64px;
}

.reset-psw-text {
    height: 29px;
    left: 40.44%;
    right: 38.46%;
    top: calc(50% - 29px/2 - 123.5px);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.65px;
    text-transform: capitalize;
    color: #000000;
}

.forgot-custom-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
}

.forgot-custom-input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    height: 31px;
    font-size: 12px;
    width: 358px;
}

.forgot-send-btn {
    background: #88BA00;
    color: #FFFFFF;
    border: 1px solid #88BA00;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.fa-send-icon {
    font-size: 20px;
    margin-right: 10px;
}

.forgot-spacer-item {
    height: 50px;
}

.forgot-validation-summary {
    width: 532px;
    margin-bottom: 0;
    background: #F8BDBD;
    color: #CF1F2C;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-psw-content {
    padding-top: 7rem;
}

.forgot-psw-to-login-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #88BA00;
    text-decoration: none;
}

.forgot-psw-confirm-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    width: 329px;
}


.reset-psw-item-column {
    display: flex;
    flex-direction: column;
}

.reset-psw-custom-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.reset-psw-row {
    margin-bottom: 15px;
}

.reset-psw-val-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.reset-psw-success-summary {
    width: 532px;
    margin-bottom: 0;
    background: #D2F0CA;
    color: #27693A;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#btnAceptar {
    background: #88BA00;
    color: #FFFFFF;
    border: 1px solid #88BA00;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

#btnAceptar:disabled {
    background: #D0D0D0;
    color: #FFFFFF;
    border: none;
}