
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-size: 0.8125rem;
  background-color: #f8f9fd !important;
  letter-spacing: 0.1px; 
}

  
 
/* contrast text */
.text-contrast {
  color: #333333; }

 
 
img {
	width: 100px;
}	
	
 
html body {
  background: #f9fbf8;
  /* NEW*/ }
  html body .blankpage-logo {
    padding: 20px 0 30px; }
  html body .blankpage-form-field {
    position: fixed;
    top: 45%; 
    left: 50%;
    width: 320px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    html body .blankpage-form-field .card {
      margin: 0;
      padding: 13.5px 20px 15.5px;
     }
    html body .blankpage-form-field .blankpage-btn {
      font-size: 1rem;
      font-weight: 400;
      padding: 10px 15px;
      margin: 10px 0 5px; }
  html body .blankpage-footer {
    padding: 10px 0;
    font-size: 0.75rem;
    color: #6d9d57; }
  html body .login-footer {
    
    font-size: 0.6875rem; }
  html body video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity; }
  @media screen and (max-device-width: 800px) {
    html body html {
      background:  #FFF no-repeat center center fixed; }
    html body #bgvid {
      display: none; } }

.alert {
    padding: 0.2rem 1rem  !important; 
}

 