.inicio-background {
    width: 100%;
    background-image: url("/images/background-index.png");
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    height: 44em;
}

/* filtro gris para el fondo 
.container.login {
    width: 100%;
    background-color: rgba(32,32,32,0.4);
    height: 110%;
}
*/

.row.head {
    height: 8em;
}
.login-box {
	height: 26em;
	width: 31em;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3em;
   /* box-shadow: 1px 1px 10px rgba(58, 46, 49, 0.66);*/
    border-radius: 5px;
}

.index-box {
	height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3em;
   /* box-shadow: 1px 1px 10px rgba(58, 46, 49, 0.66);*/
    border-radius: 5px;
}



/* login box     background-image: url("https://0.s3.envato.com/files/95066713/1.jpg");*/

.form-group.fullwidth {
    margin-bottom: 15px;
    width: 100%;
}


.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}



/* footer */

.row.text-center.footer {
    margin-top: 2em;
    color: white;
}

.foot {
    color: #fff;
    margin-right: 20px;
}


