.body-login{
    background-image: url("../img/bg-login.png");
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

.welcome{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #7cadff;
}

.logo-reflutest {
    width: 20rem;
    margin-top: 1rem;
}

label.input-label {
    color: #fff;
    font-size: 14px;
}


.form-group {
    margin-bottom: 1rem;
}

.form-control-lg {
    height: calc(1.5em + 1.4rem);
}

@media (max-width: 991.98px){
    .body-login{
        background-size: auto !important;
    }
}
