@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://delarosaresearch.com/rbarrera/rehalicmanagement/img/cerebro.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;		
}

.titulo-recover-pass{
    text-align: center;
    font-size: 17px;
    color: #00adef;  
}
.titulo-recover-pass i{
    font-size: 50px;
}
.container-box{
    width: 280px;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%,-50%);
    color: white;
}
.info-recovery{
    text-align: justify;
    font-size: 15px;
    color:black;
}
.inputs-contenedor-form-recovery{
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color:#ccc;
    padding: 8px 0;
    margin: 8px 0;
    border: 1px solid #ccc;
}
.inputs-contenedor-form-recovery i{
    width: 26px;
    float: left;
    text-align: center;
    color:#ccc;
}
.inputs-contenedor-form-recovery input{
    border: none;
    outline: none;
    background: none;
    color:black;
    font-size: 15px;
    width: 83%;
    float: left;
    margin: 0 10px;
}
.enviar-contenedor-form-recovery{
    width: 100%;
    background: #00adef;
    border: none;
    color: white;
    padding: 9px;
    font-size: 15px;
    cursor: pointer;
    margin: 12px 0;
    text-align: center;
}
.enviar-contenedor-form-recovery:hover, .enviar-contenedor-form-recovery:focus, .enviar-contenedor-form-recovery:active {
    background-color:#0093CB;
    color: white;
}


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

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