body {
 
 background-image: url("/images/mlj_bg.jpg");
 background-color: #000000;
 background-position: cover;
 background-repeat: no-repeat;

 -webkit-overflow-scrolling : touch;
    overflow: auto;
    height: 100%;

}

.mt-50{
    margin-top:10%;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d7dadd;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dfe3e7;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #dfe3e7;
}

#school-table{
    display:none;
    z-index:10000;
    position:absolute;
    background-color:rgb(236, 249, 255);
    padding:10px;
}

#school-list{
    position:relative;
}

#alert-container{
    position:fixed;
    top:10px;
    z-index:10000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform: translate3d(0,0,0);
}


.other-activity{
    display:none;
}