@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";

body{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-image:url("https://cogscreen.delarosaresearch.com/img/cerebro.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;		
}


.login-box{
    width: 280px;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%,-50%);
    color: white;
}
.icon i {
    /*width: 40%;*/
    text-align: center;
    color:#00adef;
    font-size: 55px;
    display: flex;
    justify-content:center;
    /*padding-left: 113px;*/
    /*padding-right: 16px;*/
}
.icon-name {
    width: 100%;
    background: none;
    border:#010101;
    color: #00adef;
    padding: 0px;
    font-size: 15px;
    margin: 0px 0;
    text-align: center;

}

#icon-name-p{
    display: flex;
    justify-content: center;
    /*    display:inline-block;
        padding-top: 3px;
        padding-left: 35px;
        padding-right: 25px;*/
    color: gray;
}

.icon a{
    text-decoration: none;

}


#menu{
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0px;
}


#menu ul li{
    line-height: 40px;
    padding-left: 0px;
    padding-right: 50px;  
}

#menu ul li a{
    width: 100px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;

    padding: 5px;

    line-height: 24px;
}

/*#disabled{

    border: 2px solid #CCC;
    color: #CCC;
    pointer-events: none;
}

#not-disabled{
    border: 2px solid #00adef;
    color: #00adef;
    
}*/

#seleccionado{
    color: #00adef;

}

#no-seleccionado{
    color:gray;
}



.selector-items{

}

.user:hover, .user:focus, .user:active {
    background-color: #00adef;
    color: white;
}

.clearFix{
    clear: both;
    float: none;
}

.textbox{
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color:#ccc;
    padding: 8px 0;
    margin: 8px 0;
    border: 1px solid #ccc;
}
.textbox i{
    width: 26px;
    float: left;
    text-align: center;
    color:#ccc;
}
.textbox input{
    border: none;
    outline: none;
    background: none;
    color:black;
    font-size: 15px;
    width: 93%;
    float: left;
    margin: 0 10px;
    padding: 0px; /*es para eliminar unos espacios de 2px generados por otro input el cual es:  input[type="text" i] */
}


.go{
    width: 100%;
    background: #00adef;
    border: none;
    color: white;
    padding: 9px;
    font-size: 15px;
    cursor: pointer;
    margin: 12px 0;
    text-align: center;
}
.go:hover, .go:focus, .go:active {
    background-color:#0093CB;
    color: white;
}

/*Se agrego este elemento para que aparezca un texto encima del
formulario si hay error al hacer login*/

.contenedor_errores{
    text-align: center;
}

.contenedor_errores label{
    color: red;

}

.text-regular{
    text-decoration: none;
    color : black;
    border: 1px solid #ccc; 
    font-size: 13px; 
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;    
}
.link-3acep{
    color : #00adef;
}

.olvide-password{
    text-decoration: none;
    color: #00adef;
    display: flex;
    justify-content: center; 
    /*padding-left: 68px;*/ 
}
/* hover/olvide-password */
.olvide-password { text-decoration: none; }
.olvide-password:hover { text-decoration: underline; }

/*botones de pagina de registro*/
.selec-option{
    width: 93%;
    text-align: center;
    color: gray;
    font-size: 15px;
    margin: 0 10px;
    border: none;
}

/* responsive */
@media screen and (max-width: 650px) {
    body {
        background: none;
        background-color: white;
    }     
    .login-box{	
        top: 50%;
        left: 50%;
    }
    .icon i {
        /*padding-left: 55px;*/
    }
}
@media screen and (max-width: 420px) {
    body {
        background: none;
        background-color: white;
    }     
    .login-box{	
        top: 50%;
        left: 50%;
    }
    .icon i {
        /*padding-left: 55px;*/
    }
}


/* horizontal */
@media screen and (max-height: 414px) {
    body {
        background: none;
        background-color: white;
    }     
    .login-box{	
        margin-top: 40px;
        margin-bottom: 40px;
        left: 50%;   
    }
}
@media screen and (max-height: 595px) {
    body {
        background: none;
        background-color: white;
    }     
    .login-box{	
        margin-top: 40px;
        margin-bottom: 80px;
        left: 50%;   
    }
}
/* fin responsive */