/*CONTENEDOR DE USUARIO*/
@import 'variablesGlobales.css';
.contenedorconfigusuarios{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #D5D5D5;
}

.configusuarios1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 10%;
    /* margin: 2px; */
    background-color: #C4C5CA;
    /* border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    padding: 1%; */
}

.tituloconfigusuario{
    color: black;
}

.configusuarios2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 55%;
   
    background-color: white;
 
}
.contenedorconfigusuarios2{
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 98%;
    /*background-color: #D5D5D5;*/
     justify-content: center;
    align-content: center;
    align-items: center;
}

.contenedorconfigusuarios2right{
    display: flex;
    height: 100%;
    width: 45%;
    background-color: #6F3FEA;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contenedorconfigusuarios2left{
    display: flex;
    height: 100%;
    width: 45%;
    background-color: #6F3FEA;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}



.contenedorfromconfigusuario{
    display: flex;
    flex-direction: row;
    height: 70%;
    width: 100%;
}
.configusuarios2left{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-top: 50px;
}

.configusuarios2right{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-top: 50px;
}

.contenedorbotonfromconfigusuario{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inputcontenedorconfigusuario1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 40%;
}

.inputcontenedorconfigusuario2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 30%;
}

.labelconfigusuarios{
    font-size: 20px;
    color: #FFFFFF; 
    font-weight: bold;
}
.borderinput{
    border:none;
}

.titulofromularioconfigusuario{
    font-size: 20px;
    padding-top: 30px;
    color: white;
}

.grupoinputsconfigusuario{
    /*margin-top: 0px;*/
    /* text-align: left; */
    margin: 15px;
    width: 60%;
}

.configusuarios3{
    display: flex;
    height: 20%;    
    background-color: white;    
    justify-content: center;
    align-content: center;
    align-items: center;
}
.contenedorconfigusuarios3{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 90%;  
    width: 88%;
    /*background-color: #D5D5D5; */
}
.contenedorconfigusuarios3right{
    display: flex;
    height: 90%;
    width: 88%;
    /*background-color: #00ff00;*/ 
    justify-content: center;
    align-content: center;
    align-items: center;
}
.contenedorconfigusuarios3left{
    display: flex;
    height: 90%;
    width: 88%;
    /*background-color: #f0f;*/
    justify-content: center;
    align-content: center;
    align-items: center;
}



.configusuarios4{
    display: flex;
    height: 15%;    
    background-color: white;  
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ventana{
    padding-bottom: 3%;
    color: black;
}

.form-check-inline{
    padding-bottom: 2%;
}

.check{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari y Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

