#e_mail_forgot-div #send_button2 {
    border-radius: 50px;
    width: 100%;
}
#e_mail_forgot-div input {
    background-color: black !important;
    border-radius: 0 !important;
    border-color: black black white black !important;
    border-bottom: 2px solid white !important;
    padding: 10px 0 !important;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    margin-bottom: 0;
}

.forgot-email {
    position: relative;
    margin-bottom: 1rem;
}

#e_mail_forgot-icon {
    aspect-ratio: 1;
    height: 70%;
    background-color: #909090;
    border-radius: 50%;
    border: solid 1px #000;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 1px #909090;
    cursor: pointer;
}
#e_mail_forgot-icon:before {
    content: "i";
    line-height: 1.3em;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
}
#e_mail_forgot-icon.invalid:before {
    content: "";
    background: url(https://santafe.bplay.bet.ar/img/register/times.png) no-repeat center center transparent;
    width: 100%;
    aspect-ratio: 1;
    background-size: contain;
    background-color: #ff5e40;
    box-shadow: 0px 0px 0px 1px #ff5e40;
    border-radius: 50%;
}
#e_mail_forgot-icon.valid:before {
    content: "";
    background: url(https://santafe.bplay.bet.ar/img/register/check.png) no-repeat center center transparent;
    width: 100%;
    aspect-ratio: 1;
    background-size: contain;
    background-color: var(--color-c1);
    box-shadow: 0px 0px 0px 1px var(--color-c1);
    border-radius: 50%;
}

#e_mail_forgot-validation.validation-error {
    text-align: left;
    color: var(--color-txt2);
    background-color: transparent;
    padding: 0;
    /* margin-top: 1rem; */
    font-size: 1em;
    font-weight: 300;
}
#e_mail_forgot-validation.validation-info {
    text-align: left;
    color: var(--color-txt2);
    background-color: transparent;
    padding: 0;
    /* margin-top: 1rem; */
    font-size: 1em;
    font-weight: 300;
}