.background-login {
    background-image: url("../images/duke-portada.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #e7c3c3;
    max-height: 865px;
}

.color-title{
    color: #F44336;
}