<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
}
  
  #footer {
      text-align: center;
      display: block;
      position: relative;
      left:0px;
      bottom:0px;
      margin: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
      width:100%;
      font-size: 12px;
      position:absolute;
      bottom:5px;
  }
  
  h1{
    color: #fff;
    height: 140px;
    text-align: center;
    font-family: Arial;
    font-weight: normal;
    margin: 2em auto 0px;
  }
  
  #show_form
  {
    width:480px;
    background: #FFFFFF;
    margin: 0 auto 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    padding:20px;
  }
  
  .inputText
  {
      background-image:url(user.png);
      background-repeat:no-repeat;
      background-position: right 10px center;
        text-align: center;
        display: block;
        width: 309px;
        height: 30px;
        margin: 15px auto;
        border: 0px;
        padding: 5px;
        font-size: 16px;
         border: 2px solid #fff;
        transition: all 0.3s ease;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
  }
  
  input[type="submit"]{
    display: block;
    background: #ff6718;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    border: 0px solid #ff6718;
    margin: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 17px;
    transition: all 0.3s ease;
  }
  
  input[type="submit"]:hover {
    background: #ff6718;
  }
  .select-branch { width: 90%; }
      
  a:hover{
    color: #1abc9d;
  }
  
  
  ::-webkit-input-placeholder {
     color: gray;
  }
  
  :-moz-placeholder { /* Firefox 18- */
     color: gray;  
  }
  
  ::-moz-placeholder {  /* Firefox 19+ */
     color: gray;  
  }
  
  :-ms-input-placeholder {  
     color: gray;  
  }
  .col-centered{
      float: none;
      margin: 0 auto;
  }
  
  #process-load
  {
      position: fixed;
      right: 8px;
      bottom:8px;
      padding:5px 25px;
      background: #FFFFFF;	
      display: none;
  }
  #logo-image
  {
      padding:20px 0;
  }
  div.error
  {
      color: #FF0000;
      margin-top:-5px;
      font-size:0.8em;
  }
  
  .has-feedback .form-control 
  {
      padding-right:0;
  }
  .has-error .form-control {
      -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
      box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
  }
  .help-block 
  {
      text-align: right;
  }
  @media(max-width:767px)
  {
      h1
      {
          height: auto;
          margin:35px 0;
      }
      #show_form
      {
          width: 300px;
      }
  }
  .pad-top{
    padding-top: 30px;
  }
  .submit-o{
    background: #ff6718;
  }
  .submit-o:hover{
    background-color: #ff691a!important;
  }
  .pad-top {
    padding-top:30px;
  }</pre></body></html>