@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?527g4');
  src:  url('fonts/icomoon.eot?527g4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?527g4') format('truetype'),
    url('fonts/icomoon.woff?527g4') format('woff'),
    url('fonts/icomoon.svg?527g4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.body_login{
    background-color: #eeeeee;
    background-image: url('../img/carretera.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.main-section
{
    margin: 0 auto;
    margin-top: 25%;
    padding: 0;
}
.modal-content
{
    background-color: #fafafa;
    padding: 0 20px;
}
.img-logo{
    margin-top: 25px;
    /*margin-bottom: 35px;*/
}
.input-group#user-group,.input-group#contrasena-group{
    margin-top: 15px;
    margin-bottom: 15px;
}
#bEnviar{
   margin: 5px 0 25px;
}
.forgot{
    padding: 5px 0;
}

.forgot a{
    text-decoration: none;
    display: block;
    color: #90a4ae;
    margin-bottom: 10px;
}
.letras {
    width:100%;
    min-height:100vh;
    background-color:rgba(0, 0, 0, 0.4);
}
    .letras > div > H1 {
        display:block;
        color:white;
        font-weight:bolder;
    }

.imagen-logo {
    width:100%;
}
.recuperar_pass {
   display:block;
   text-align:right;
   color:#546e7a;
}
.recuperar_pass:hover {
   color:#263238;
}
.eliminar::before {
   font-family: 'icomoon' !important;
   content: "\efbe";
}
 @media screen and (max-width:900px) {
	 #frase {
        display:none;
    }
}
@media screen and (max-width:700px) {
   
}
@media screen and (max-width:480px) {

}