html{
    font-size: 14px;
    height: 100%;
}

body{
    color: #455A64;
    background-color: #f0f0f0;
    height: 100% !important;
    font-family: 'Roboto', sans-serif;
}

.title-login{
    font-weight: 500;
    font-size: 26px;
}

#colPassword {
    width: 100%;
    cursor: pointer;
    font-size: 11px;
}

#colBoton{
    position: relative;
    text-align: right;
    width: 30%;
}

#areaTotal{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.offset {
    margin-left: 61.666667%;
}

.font-familly-monserrate-alternates {
    font-family: monserrate-alternates;
}

#titulo{
    font-size: 15px!important;
}

.t-1{
    font-size: 18px;
    color: #455A64;
}

.t-2{
    font-size: 12px;
    color: #99ABB4;
}

.modal-content{
    color: #455A64;
}

#detalle{
    font-size: 17.7px!important;
}

input {    
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid transparent !important;
}

h5 {
    margin-left: 14.7% !important;
    font-size: 23px;
}

.borde {
    border: 1px solid grey;
}

#boxImagen {
    float: left;
    display: block !important;
    width: 70% !important;
    height: 100%;
}

.orange-color {
    color: #FACC33 !important;
}

.old-password {
    margin-top: -17.7% !important;
}

a {
    cursor: pointer;
}


/** CSS para los selects **/
#select2-punto_venta_id-container{
    background-color: White;
    color: #455A64;
    border-bottom: 1px solid #DDE2E6;
}

.select2{
    width: 100% !important;
}
.input-radio-login {
    display: block;
    position: relative;

}

.input-radio-login label {
    padding: 1px 1px;
    width: 100%;
    display: block;
    text-align: left;
    color: #A3A3A3;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.input-radio-login label:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
}

.input-radio-login label:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.input-radio-login input:checked ~ label {
    color: #00c2c7;
}

.input-radio-login input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.input-radio-login input {
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    cursor: pointer;
    visibility: hidden;
}

.form-control{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #9E9E9E;
    border:1.5;
    border-color: #C0C0C0;
}

.div-login{top:150px;}

.imagenLogin{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(40%);
}

.imagenLogo{
    position: absolute;
    height: 12%;
    top: 30px;
    left: 30px;
}

.span-bold{
    font-size: 0.875rem;
    font-weight: bold;
    color: #666666;
}

.span-regular{
    font-size: 0.875rem;
    color: #A3A3A3;
}

.span-asesor{
    font-size: 0.875rem;
    color: #00c2c7;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.class_titulo_feria{
    background-color: #00c2c7;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: -22px;
    -webkit-box-shadow: 0px 8px 0px -2px rgba(87,86,87,0.14);
    -moz-box-shadow: 0px 8px 0px -2px rgba(87,86,87,0.14);
    box-shadow: 0px 8px 0px -2px rgba(87,86,87,0.14);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 15px 10px 15px 25px;

}

form#login{
    color: #9B9B9B;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

form#login button, form#login button:link{
    color: #FFFFFF;
    background-color: #00c2c7;
    font-size: 12px;
    border-color: #E3303D;
    font-size: 16px;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;

}

#login-Otro .row, #login-Comercial .row{
    padding-top: 5px;
    padding-bottom: 5px;
}

.select2-container--default .select2-selection--single{
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
    width: 25px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #C0C0C0;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.form-control, .select2-container--default .select2-selection--single{
    border-radius: 0rem;
}

form#login button:hover{
    background-color: #00c2c7;
    font-size: 1rem;
}

.form-group{
  text-align: left;
}

#footerCambioContrasenia{    
    color:white !important;
    position: fixed;
    z-index: 100;
    bottom: 2rem;
    text-align: center;
    width: 100%;    
}

#nombre_convenio{    
    text-align: center !important;
    padding-left: 200px;
    font-size: 0.95rem;
    white-space: nowrap;
    background-color: #EBF2F6 !important;
    padding: 2%;
    margin-bottom: 15%;
}

/* CARRUSEL */
#carouselExampleControls {
    height: 100vh;
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    object-fit: unset;
    width: 100%;
    height: 100%;
}