:root{
    --dark: #ffffff;
    --dark-x: #ffffff;
    --light: #FFFFFF;

}
body{
    font-weight: 300;
    color: rgb(0, 0, 0);
}

.bg-dark {background-color: var(--dark) !important;}

.bg-dark-x{background-color: var(--dark-x);}

.form-control, .btn{
    min-height: 2.6rem;
    line-height: initial;
}
.img-1{
    background-image: url('../img/ban3.png');
    background-size: cover;
    background-position: center;
}
.img-2{
    background-image: url('../img/ban01.png');
    background-size: cover;
    background-position: center;
}
.img-3{
    background-image: url('../img/ban2.png');
    background-size: cover;
    background-position: center;
}