@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed-Regular.ttf');
}

main {
    background-color: #F1F1F1;
    color: #000;
    margin-bottom: 0;
}

/*---------Mensajes de alerta-----------------*/
.validation-info,#wrongmail, .validation-error, .informativo  {
    background: transparent;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
#wrongmail, .validation-error {
    color: red !important;
}
#wrongmail:before, .validation-error:before, .validation-info:before, .informativo:before {
    content: "";
    display: inline-block;
    min-width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 9px;
    background-repeat: no-repeat;
}
.validation-info:before, .informativo:before {
    background-image: url(/img/layout/notice.png);
}
#wrongmail:before, .validation-error:before {
    background-image: url(/img/layout/icons/aviso.png);
}
/*-------------------------------------------*/
#recuperarPass {
    width: 80vw;
    max-width: 320px;
    padding-top: 60px ;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto 60px;
}
#recuperarPass h1 {
    font-weight: 100;
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Roboto Condensed';
}
#recuperarPass p {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}
#recuperarPass label {
    color: #E60881;
    font-size: 12px;
}
#escudoRecuperarPass {
    padding-bottom: 30px;
}

#e_mail_forgot {
    font-size: 16px !important;
    font-family: 'Roboto Condensed';
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #E60881;
    padding: 0 0 5.5px 0 !important;
    margin: 0;
}
#e_mail_forgot-div {
    width: 100%;
}
#e_mail_forgot-div > div {
    width: 100%;
}
#e_mail_forgot-div input {
    width: 100%;
}
#send_button {
    font-size: 14px;
    padding: 0 40px;
}

/*-----------Pagina MailSentOk------------------*/


/*----------------------------------------------*/