/* HOJA DE ESTILOS */
body{
    margin: 20px;
    background-image: url(../img/1.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 410px;
    font-family: 'Raleway', sans-serif;
    width: 350px;
    height: 650px;
}
.contenedor{
    width: left;
    height: left;
    text-align: center;
}
.contenedor img{
    width: 200px;
    height: 200px;
    margin-top: 45px;
    margin-bottom: 45px;
}
input[type="texto"],input[type="contraseña"]{
    height: 30px;
    width: 300px;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: white;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    border-radius: 10px;
}
.btn-ingresar{
    margin: 10px;
    padding: 10px 20px;
    color: white;
    background-color: firebrick;
    height: 25px;
    border: none;
    border-radius: 10px;
    text-align: center;
    border-bottom: 4px solid #922B21;
}
p{
    color: white;
    font-size: 13px;
    margin: center;
}