/* ------------------------------------------------------------------------------------------------------------------ */
/* STEP 1 */

.custom-password-reset-message {
    font-size: 1rem;
    color: #535353;
    text-align: center;
    margin: 2.5rem 0 1.25rem 0;
}

.custom-password-reset-form-group label {
    font-size: 1rem;
    color: #535353;
    display: block;
    margin-bottom: 0.625rem;
}

.custom-password-reset-form-group input {
    font-size: 0.875rem;
    padding: 0.9375rem;
    border: none;
    border-radius: 999px;
    background-color: #F5F5F5;
    width: 100%;
    color: #535353;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
}

#custom-password-reset-send-code {
    position: relative;
    text-align: center;
    background-color: #E9528E;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 2.5rem auto 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #ffffff;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
}

#custom-password-reset-send-code::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* STEP 2 */

#custom-password-reset-verify-button {
    position: relative;
    text-align: center;
    background-color: #E9528E;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 2.5rem auto 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #ffffff;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
}

#custom-password-reset-verify-button::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

.custom-password-reset-restart-button {
    margin: 1.25rem auto 2.5rem auto;
    display: block;
    font-size: 0.875rem;
    color: #AAAAAC;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* STEP 3 */

#custom-password-reset-final-submit {
    position: relative;
    text-align: center;
    background-color: #E9528E;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 2.5rem auto 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #ffffff;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
}

#custom-password-reset-final-submit::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}