/* formularios login */
#formulario_login {
    padding: 10px;
    background: white;
}



.login-page {
    /* width: 360px;
    padding: 8% 0 0;
    margin: auto; */
}

.form {
    background: #000000;
    position: relative;
    z-index: 1;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;    
    background: #666;
    /* background: #43A047; */
    /* background: #008bca; */
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #888;
    /* background: #4CAF50; */
    /* background: #01aeff; */
}
.form button.cerr_ses {
    background: red;
    transition: 0.3s;
}
.form button.cerr_ses:hover{
    background: #fa4141;
}
.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
    text-wrap: pretty;
}

.form .message a {
    color: #ccc;
    text-decoration: none;
    padding: 2px 5px;
    text-wrap: nowrap;
    line-height: 18px;
    border-radius: 2px;
}
.form .message a:hover {
    color: #fff;
    background: #666;
    /* background: #4CAF50; */
    /* background: #0091d2; */
    outline: none;
}

.form p {
    padding: 5px;
    /* margin: 0 0 10px; */
    margin: 15px 0 15px;
    color: grey
}
.form .p_cerr_ses{
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
    text-wrap: pretty;  
}

p a.a_cerr_ses {
    color: red;
    font-size: 14px;
    font-weight: normal;
    transition: color 0.3s, background 0.1s;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 2px;
}
p a.a_cerr_ses:hover{
    background: red;
    color: white;
    outline: 1px solid brown;
}


.btn_wide{
    width: 100%;
}
.register-form h1,
.aviso-form h1,
.reset-pwd-form h1,
.change-email-form h1,
.email-form h1,
.login-form h1
 {
    /*color: green;*/
    color: #ccc;
}
#bl_sesion_iniciada h1 {
    color: #ccc;
    margin-bottom: 20px;
}

.p_svit {
    /* background: yellow; */
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sp_svit {
    position: absolute;
    z-index: 1;
    color: #2d0101;
    font-size: 18px;
    /* background: #ff9800bf; */
    padding: 15px 70px;
    font-weight: bolder;
    font-family: 'Roboto Condensed', 'Arial narrow', Arial, Tahoma, 'Franklin Gothic Narrow', Consolas, serif !important;
    min-width: 170px;
}
.p_svit img{
    width: 100%;
    /* transform: rotate(90deg); */
    min-width: 280px;
}
.sp_svit a{
    display: block;
    font-size: 12px;
    color: #602f1d;
    margin-top: 10px;
    padding: 2px;
}
p .sp_svit a:hover{
    color: red;
}


.ch_lab {
    /* background: red; */
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 10px;
    cursor: pointer;
    margin: 5px 0;
    transition: 0.3s;
}
.ch_lab:hover {
    background: #393939;
}
.ch_mostrar {
    margin: 10px 0 10px !important;
    width: 15px !important;
    height: 15px;
}
.ch_mostrar_sp {
    color: #b3b3b3;
    font-size: 12px;
}

.cons_lab {
    color: #b3b3b3;
    display: flex;
    margin-bottom: 20px;
    /* background: red; */
    align-items: flex-start;
}
.ch_consentir {
    margin: 2px 0 0px !important;
    width: 15px !important;
    height: 15px;
}
.ch_consentir_sp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    text-align: left;
    gap: 10px;
}

.m_bot0{
    margin-bottom: 0 !important;
}
.color_red{
    color: red !important;
}
.color_green{
    color: green !important;
}
.p_cerr_ses a{
    cursor: pointer;
}
.sp_ref_text {
    color: orange;
    margin-top: 2px;
    display: block;
}
.d_regs {
    background: #2196f3;
    padding: 1px 5px;
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.t_regs {
    /* background: red; */
    width: 100%;
}
.t_regs_porcentaje{
    white-space: nowrap;
}
.sp_ref_text font[color="darkred"]{
    color: red;
}
.pad0_15 {
    padding: 0 15px;
}
.p_aviso a{
    cursor: pointer;
}


.ch_mostrar {
    margin: 10px 0 10px !important;
    width: 15px !important;
    height: 15px;
}

/* end - header ------------ */