body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: #f2bdc1;
}
.login-container{
    width: 300px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fee6e6;
    border-radius: 10px;
    box-shadow: 0 3px 5px #fdddde;
}
h3{
    text-align: center;
    margin-bottom: 30px;
}
.form-group{
    margin-bottom: 5px;
}
label{
    display: block;
    font-weight: bold;
}
img{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: url('fondo-pinterest.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
}
input[type="text"],
input[type="password"]{
    width: 90%;
    padding: 3px;
    border: 1px solid #fed0d0;
    border-radius: 3px;
}
button[type="submit"]{
    width: 70%;
    padding: 5px;
    background-color: #eed5d6;
    color: #ffffff;
    border:  none;


}
