﻿
body{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    background-repeat: repeat-x;
    
}

.btnsent-pass, .btnlogbutton {
    background-color: #1270b7 ;
    color: #000;
}


@media (min-width: 320px) {
    .img-header {
      width: 100px !important;
      max-height: 150px !important;
    }
  }    
@media (min-width: 768px) {
    .img-header {
      width: 180px !important;
      max-height: 280px !important;
    }      
  } 


  .school-name{        
    color: #1270b7 !important;
  } 

  a:link.footer, a:active.footer, a:visited.footer, a:hover.footer { /* Footer Hyperlink Color */
    color: #1270b7; 
}