html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color:#333;
  padding:0px;
  margin:0px;
  height: 100%;
}
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; }  
}