.fondo-login{
    /*border: solid 2px #700018;*/
    padding: 2em;
    text-align: center;
}
.blanco{
    color: #700018;
}
.boton{
    width: 100%;
    margin-top: 50px;
    background-color:#700018;
    color:white
}

.texto{
       
    margin-right: 1em;
    margin-left: 1em;
    font-size: 1.2em;
    font-weight: bold;
}
.img-rounded{
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
}
body{
background: url(./img/foto.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}