.login-background,
.register-background,
.recover-password-background {
/*filter: blur(6px);
-webkit-filter: blur(6px);*/
background-size: cover !important;
background-position: center center !important;
position: fixed;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 100%;
opacity:0.8;
}
#box-inicio{
background-color:black;/*#e5e5e5; /*#0D676A */
margin:30px auto;
width: 400px;
padding:30px;
opacity:0.7;
text-align:center;
/*display: flex;
flex-wrap: wrap;*/

}
.campo{
height:45px;
border-radius:7px;
padding:4px;
border: solid thin #aaa;
width:90%;
font-size:23px;
}

#boton-ingresar{
padding:10px;
width:180px;
border-radius:20px;
font-size:18px;
text-align:center;
border:solid #4ecdc4 4px;
background-color:transparent;
color:white;
}
#boton-ingresar:hover{
background-color:#4ecdc4;
color:white;
border:solid white 4px;

}
#boton-registrar{
padding:10px;
width:180px;
border-radius:20px;
font-size:18px;
text-align:center;
border:solid white 4px;
background-color:transparent;
color:white;
}
#boton-registrar:hover{
background-color:#bfc0c0;
/*border:solid white 4px;*/
}

/*@media(min-width:400px){
body{
    background-color:blue;
}

}
@media(max-width:399px){
body{
    background-color:green;
}
}*/