/* Ninguna de las imagenes son de mi propiedad, a continuación están los links de los autores

Imágenes en Unsplash: https://unsplash.com/@xps
Logo Dell: https://worldvectorlogo.com/logo/dell-1

*/

:root {
    background-color: #ffffff;
}

body {
    font-family: 'Spartan', sans-serif;
    font-weight: 300;
    background-color: #ffffff;
}



.btn {
    min-height: 3.125rem;
    font-weight: 600;
}

.form-control {
    min-height: 3.125rem;
    line-height: initial;

}

#content {

      height: 200px;
}

.form-control:focus {
    outline: none;
     line-height: initial;
}
.img-1 {
    background-image: url('../img/imgejm.jpg');
    background-size: cover;
    background-position: center;
}

.img-2 {
    background-image: url('img-2.jpg');
    background-size: cover;
    background-position: center;
}

.img-3 {
    background-image: url('img-3.jpg');
    background-size: cover;
    background-position: center;
}

.btn-warning {
    color: #FFF;
    background-color: #0053F2;
    border-color: #0053F2;
}