﻿


body {
    height: 100%;
    background-color: white !important;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     height: 100%;
    background-color: #cfd3d4 !important;
    background-image: url("https://www.isipr.net/Headers/Layout/ISINET_WALKS_Wallpaper.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}


.footer-color, .school-name, *.msg-login { /* Font Color for School Name, messages and footer*/
    color: #000000 !important;
}

a:link.footer, a:active.footer, a:visited.footer, a:hover.footer { /* Footer Hyperlink Color */
    color: #15489E;
}


.btnsent-pass, .btnlogbutton {
    background-color: #15489E;
    color: #000000;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {
    .img-header {
        width: 100px !important;
        max-height: 100px !important;
    }
    /*
    .msg-login * {
        font-size: 1.2rem !important;
      
    }*/
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .img-header {
        width: 400px !important;
        max-height: 400px !important;
        margin:0px;
    }
}

.school-name {
    display:none;
}
