﻿.contenido_proveedores {
    flex: 1;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    flex-grow: 4;
    width: 920px;
    border-radius: 5px;
}

.division_proveedores {
    display: flex;
    padding: 1rem;
    padding-top: 0;
    padding-right: 0;
}

.registro_proveedores {
    width: 80%;
    padding: 1rem;
    padding-top: 0;
}

.login_proveedores {
    width: 20%;
    padding: 1rem;
    background-color: #EAEAEA;
    flex-direction: row;
}

.titulo_provedores {
    padding-bottom: 5px;
    font-weight: bold;
}

.subtitulo_proveedores {
    font-size: 1.2rem;
}

.texto {
    padding-top: 5px;
    margin-bottom: 10px !important;
    line-height: 17px;
}

.contenido_terminos {
    display: flex;
    flex-flow: row wrap;
}
/* CARDS*/
.clsReclaLinea_Identidad {
    float: left;
    margin-top: 5px;
    padding: 6px 0 0 36px;
    background: url(../img/icono_recomendacionesdeseguridad.jpg) 0 0 no-repeat;
    width: 629px;
    height: 27px;
    font-weight: bold;
    color: #000;
}

.clsDesReclaLinea {
    float: left;
    padding-left: 36px;
    margin-bottom: 15px !important;
    background: url(../img/bgMediumDesReclLinea.gif) 0 0 repeat-y;
    background-color: #EAEAEA;
    width: 100%;
    height: auto;
    font-size: 12px;
}

.clsReclaLinea_Consejos {
    float: left;
    margin-top: 5px;
    padding: 6px 0 0 36px;
    background: url(../img/icono_recomendacionesdeseguridad.jpg) 0 0 no-repeat;
    width: 629px;
    height: 27px;
    font-weight: bold;
    color: #000;
    background-position: 0 -167px;
}

.clsDesReclaLinea ul {
    margin-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    text-align: justify;
    list-style-type: square;
}

.acciones_registro_proveedores {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.btn-proveedores {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.btn-aceptar {
    box-shadow: 0;
    background-color: #B2B2B2;
}

    .btn-aceptar:hover {
        background-color: #FF1111;
        color: #ffffff;
    }

input[type="checkbox"]{
    border-radius: 5px;
}

/* login_proveedores */
.caja_login_proveedores {
    border: 2px solid red;
}