@font-face {
    font-family: 'futura-book'; /*used for main text throughout site*/
    src: url('../fonts/FuturaPTBook.otf') format("opentype");    
    font-weight: normal;
    font-style: normal;
}

html, body {
  font-family: "futura-book";
  font-weight: normal;
  font-size: 16px;
  color: #7f8088;
  background-attachment: fixed;
  background-size: 400px;
  padding: 0px;
  margin: 0px; 
}
body {
  margin:0px;
  padding:0px;
  height: 100%;
}

#body_wrapper {
  margin:0px;
  padding:0px;
  width: 100%;
  height: 100%;
}

#logo {
  display:block;
  width:300px;
  padding:0px;
  margin:0px;
}

#loginFrame {
  width:420px;
  margin:auto;
}

input:not([type='checkbox']) {
  font-family: Calibri, sans-serif;
  background-color: #FFF;
  border:none;
  border:1px solid #DDD;
  border-radius:5px;
  display:block;
  padding:0px;
  margin:0px;
  -webkit-text-fill-color: #333;
  opacity: 1; /* required on iOS */
  -webkit-appearance: none;
  height:35px;
  font-size:12pt;
  padding-left:10px;
  padding-right:10px;
  outline: none;
}

input:disabled {
  -webkit-text-fill-color: #333;
  opacity: 1; /* required on iOS */
  -webkit-appearance: none;
}
textarea:disabled {
  -webkit-text-fill-color: #333;
  opacity: 1; /* required on iOS */
  -webkit-appearance: none;
}
select:disabled {
  -webkit-text-fill-color: #333;
  opacity: 1; /* required on iOS */
  -webkit-appearance: none;
}
input[type="button"] {
  cursor:pointer;
  background-color: #DDD;
}

a {
  color:#7f8088 !important;
  text-decoration: none;
}

@media (min-width: 175px) {
  #username, #password { max-width:  80%; }
  #logo { width:230px; }  
}

@media (min-width: 300px) {
  #username, #password { max-width:  90%; }
}

@media (min-width: 400px) {
  #logo { width:250px; }  
}