.form-signin {
    max-width: 330px;
    opacity: 0.95;
}

.breadcrumb {
    display: none;
}

.bg-line {
    background-color: #399CBD;
    padding: 0.2rem;
}

#divLineBar div.container-fluid {
    display: none;
}

.pb-4, .py-4 {
    padding-bottom: 6rem !important;
}

.form-control {
    border-color: #ADD8E6 !important;
}

.btn-menu {
    color: #191970;
    border-color: #191970;
}


@media screen and (min-width: 650.02px) {
    .page-section {
        padding-top: 1.5rem;
        /*background: #ffffff url(../Images/wallpaper.jpg) no-repeat center;
        background-size: cover;*/
    }

    .xmas-page-section {
        background: #ffffff url(../Images/xmas-wallpaper.jpg) no-repeat center;
        background-size: cover;
    }

    .xmas-bg-line {
        background-color: red;
        padding: 0.2rem;
    }
}

@media screen and (max-width: 650px) {
    .page-section {
        padding-top: 1.5rem;
        background: #ffffff url(../Images/m-wallpaper.jpg) no-repeat center;
        background-size: cover;
    }
}
