body {
    background-color:rgb(209, 237, 255) ;
}
.bg-white {
    background-color: #fff;
}
#descripcion {
    resize: none;
}
.centrado {
    text-align: center;
    vertical-align: middle;
}
.carousel-item {
    min-height: 360px;
    background-size: cover;
}
.carousel-item h2 {
    font-size: 70px;
    font-weight: 700;
    color:#fff;
    margin: 0 0 10px;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .carousel-caption h2 {
        font-size: 2830px;
        text-align: center;
    }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
    .carousel-caption h2 {
        font-size: 40px;
        text-align: center;
    }
}
.anuncio {
    position:relative;
    top: 45%;
    float: left;
    z-index: 2;
}

.modal-header {
    background-color: rgb(59, 115, 199);
    color: white;
    font-size: medium;
  }
.btn-close {
    background-color: red;
}
a {
    text-decoration: none;
}
.login-page {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}
.fondo-derecho {
    background-size: cover;
    opacity: .9;
    background-color: rgb(92, 169, 231);
}
#dni::placeholder {
    color: rgb(193, 193, 197);
}
#nombre::placeholder {
    color: rgb(193, 193, 197);
}
#apellido::placeholder {
    color: rgb(193, 193, 197);
}
#email::placeholder {
    color: rgb(193, 193, 197);
}
#telefono::placeholder {
    color: rgb(193, 193, 197);
}
.error {
    color: red;
 }
 
form label.error, label.error {color: red;font-style: italic}

.file {
    visibility: hidden;
    position: absolute;
    }
