* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  
  body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .banner {
      position:absolute;
      top: 0;
      height: 299px;
      /* The image used */
      background-image:url(../img/slide2.jpg);
      width:100%;
      z-index: -1;
      text-align: center;
      
  }
  
  .banner-logo-container {
      margin-left:auto;
      margin-right:auto;
      position:absolute;
      opacity: 50%;
      top:10px
      
  }
  .banner-logo {
      margin-left:auto;
      margin-right:auto;
      height:100px;
      background-color: #fff;
      opacity: 50%;
      padding: 20px;
  }
  .main-container {
      position:absolute;
      top:350px;
  }
  .cosigner {
      display:none;
  }
  .welcome {
      
      padding-top: 0px ;
      padding-right: 30px ;
      padding-bottom: 40px;
      padding-left: 30px;
      width: 70%;
      max-width: 700px;
      background-color: #fff;
      opacity: 75%;
      
    }
  
  form {
    border: 2px solid #D09B52;
    
    padding-top: 40px ;
    padding-right: 10px ;
    padding-bottom: 0px;
    padding-left: 40px;
    width: 70%;
    max-width: 700px;
    border-radius: 20px;
    float:left;
  }
  
  #focus {
    border: 3px solid #fef6fb;
    box-shadow: 0 0 10px 0 #D09B52;
    position: absolute;
    transition: width 0.2s ease, height 0.2s ease, left 0.2s ease, top 0.2s ease, border-radius 0.2s ease;
    pointer-events: none;
    z-index: 5;
    border-radius: 10px;
    display: none;
  }
  
  h1 {
    margin-bottom: 30px;
    font-size: 2em;
    color: #000;
  }
  
  select, input {
    
    padding-top: 10px ;
    padding-right: 25px ;
    padding-bottom: 10px;
    padding-left: 25px;
  
    border-radius: 10px;
    transition: 0.3s ease;
    color: #868283;
    background-color: #fff;
    border: 2px solid #EAE4DA;
  }
  
  
  label {
      padding-top: 10px ;
      padding-right: 25px ;
      padding-bottom: 10px;
      background-color: #fff;
    }
  
  .submit {
    background: #D09B52;
    color: #EAE4DA;
    
    outline: 10px solid #fff;
    width: calc(60% - 30px);
    height: 40px;
    margin: 0 30px -20px 0;
    float: right;
    font-weight: 800;
    font-size: 0.7em;
    letter-spacing: 1.8pt;
    text-transform: uppercase;
    cursor: pointer;
    
  }
  
  /* input[type=submit]:hover { */
  .submit:hover {
    outline-width: 0;
  }
  input:focus {
    outline: 0;
  }
  
  .inputWide {
      float: left;
      margin-right: 30px; 
      width: calc(100% - 30px);
      margin-bottom: 30px;
      
      background-color: #fff;
      border: 2px solid #EAE4DA;
  }
  
  select {
      color: #A3A5AA;
    }
  
    input::placeholder {
      color: #A3A5AA;
    }
  
    .inputNarrow {
      width: calc(50% - 30px);
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      
    }
  
    .labelWide {
      float: left;
      margin-right: 10px; 
      width: calc(100% - 30px);
      margin-bottom: -5px;
      font-size: smaller;
      color:#566fad;
  }
  
    .labelNarrow {
      width: calc(50% - 30px);
      float: left;
      padding-left:0px;
      margin-left: 0px;
      margin-right: 30px;
      margin-bottom: -5px;
      font-size: smaller;
      color:#566fad;
    }
  
    .fieldError {
      transition: all .3s ease;
      transform-origin: top left;
      pointer-events: none;
      font-size: 13px;
      display: none
  }
  
  .fieldError:not(:empty) {
      margin-top: 4px;
      width: calc(100% - 30px);
      display: block;
      margin-bottom: 30px;
      color: red
  }
  
  
  @media only screen and (max-width:800px) {
  
        .inputNarrow {
          width: calc(100% - 30px);
          
          margin-right: 30px;
        }
  }
  
  
  
  option:not(:first-of-type) {
      color: black;
    }
  
    .Incomplete-input {
      border: 2px solid red !important;
      color: red !important
  }
   
  
  .spinner-double-section-far:after,
  .spinner-double-section-far:before {
      content: "";
      position: absolute;
      display: block;
      border-radius: 50%;
      border: 3.125px solid transparent;
      border-top-color: tomato;
      top: -12.5px;
      left: -12.5px;
      width: 62.5px;
      height: 62.5px
  }
  
  .spinner-double-section-far:after {
      border-top-color: transparent;
      border-bottom-color: tomato
  }
  
  
  .spinner-double-section-far {
      display: block;
      float: left;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 3.125px solid #aaa;
      animation: spinner 1.2s linear infinite;
      position: relative
  }
  
  
  
  .spinner-section:after {
      display: none
  }
  
  .spinner-section-far:after {
      display: none
  }
  
  .spinner-text {
      margin: 10px
  }
  
  span:nth-child(4n+1) {
      clear: both
  }
  
  .spinner-container {
      display: none;
      position: fixed;
      z-index: 20;
      background: #303030;
      width: 360px;
      height: 220px;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 10px;
      margin-right: 10px
  }
  
  
  .spinner-text {
      color: #f0f0f0;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 600;
      font-size: 18px;
      display: block;
      text-align: center;
      margin: 10px
  }
  
  
  #waitSpinner {
      -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5);
      box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5)
  }
  
  .spinner-innerContainer {
      position: relative;
      display: block;
      height: 72px;
      width: 72px;
      margin:auto;
  }
  
  
  
  @keyframes spinner {
      0% {
          transform: rotate(0)
      }
  
      100% {
          transform: rotate(360deg)
      }
  }
  
  
  
  .spinner-section:after {
      display: none
  }
  
  
  
  .spinner-section-far:after {
      display: none
  }
  
  span:nth-child(4n+1) {
      clear: both
  }
  
  
  
  
  
  .blinking {
      animation: blinker 1s linear infinite
  }
  
  @keyframes blinker {
      50% {
          opacity: 0
      }
  }
  