  /*form#loginform {}
  form fieldset { } */
  form fieldset label { 
    display: block; 
    font-size: 1.5em; 
    font-weight: 400;
  }
  form fieldset input { 
    display: block; 
    width: 100%; 
    font-size: 1.5em;
    padding: 4px;
    border-radius: 4px !important;
    border: 1px solid #dedede !important;
  }
  /*form fieldset input[type=radio] {}
  form fieldset input[type=checkbox] {} */
  /* for yes / no or gender = M /F type questions 
   form fieldset fieldset {}
   form fieldset fieldset legend {}
   form fieldset fieldset label {}
   form fieldset fieldset input[type=radio] {} */
  form fieldset input[type=submit] {
    width: 100% !important;
    margin: 15px 0;
    font-size: 2em;
  }
 p.alert {
    border: 1px solid #ebccd1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;  
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px !important;
    font-size: 1.2em;
    font-weight: 400;
    color: #a94442;
}
  /* This was the styles they were using for SSO: */
  body 
  {
    font-family: calibri, roboto, sans-serif;
    font-size: 13px;
    color:#666;
    background-color: #669ecc;
  }
  h1
  {
    margin: 0px 0px 8px 0px;
    padding: 0;
    font-size: 2em;
    text-align: center;
  }
  p
  {
    margin: 0px 0px 8px 0px;
    padding: 0;
  }
  .login
  {
    width: 320px;
    margin:40px auto 0;
    padding:26px 26px 26px 26px;
    background:#fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: #005daa 0 4px 10px -1px;
    box-shadow: #005daa 0 4px 10px -1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
  }
  #logo img {
   display:block;
   margin-left:auto;
   margin-right:auto;
   height: 125px;
   width: 100px;
   }