.backgroundLogin{
    /*background-image:url(../uploads/images/backgroundLogin.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position:fixed;
    width:100%;
    top:0;
    left:0;
}

.loginSystem{
    font-size: 15px;  color: #0b58a2;
}

.loginTitle b{
    font-size: 18px; text-align: center; color: #9f191f
}

.boxTopButton {
    margin-right: 5px;
}
/*banner pop u image css start */

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: center; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 400px;
    max-width: 400px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 200px;
    max-width: 200px;
    text-align: center;
    color: #ccc;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/*!* The Close Button *!*/
/*.close {*/
    /*position: fixed;*/
    /*top: 15px;*/
    /*right: 35px;*/
    /*color: black;*/
    /*font-size: 150px;*/
    /*font-weight: bold;*/
    /*transition: 0.3s;*/
/*}*/

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.modal-backdrop {

    z-index: 0;

}

/*banner pop up image ends*/