.login {
    background: #FCFDFD;
    background-image: url("/assets/img/bg-login.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login .form-header {
    background: #F6FBF9;
    border-radius: 25px 25px 0 0;
}

.section-errorpage {
    background: #FCFDFD;
    background-image: url("/assets/img/search.svg");
    background-size: 50% auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-errorpage .form-header {
    background: #F6FBF9;
    border-radius: 25px 25px 0 0;
}

.bg-theme-light {
    background: #ECF0F1;
}

.text-muted-question {
    color: #317048;
    font-weight: bolder;
}

.text-muted-question:hover {
    color: #317048;
    text-decoration: none;
}

@media(max-width: 575px) {
    .login {
        background-size: contain;
        background-position: center;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .login {
        background-size: contain;
        background-position: center;
    }
}

@media(min-width: 768px) and (max-width: 991px) {}

@media(min-width: 992px) and (max-width: 1199px) {}

@media(min-width: 1200px) and (max-width: 1399px) {}

@media(min-width: 1400px) {}
