#body {
  height: calc(100vh);
  background: #EBF3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  #body div.signin-box,
  #body div.pwd-chg-box,
  #body div.forgot-password-box {
    max-width: 544px;
    padding: 81px 70px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #body div.signin-box span.title,
    #body div.pwd-chg-box span.title,
    #body div.forgot-password-box span.title {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 22px;
      color: #031242; }
    #body div.signin-box span.input-title,
    #body div.pwd-chg-box span.input-title,
    #body div.forgot-password-box span.input-title {
      font-family: 'Swansea', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      color: black;
      margin-bottom: 6px; }
    #body div.signin-box form div span,
    #body div.pwd-chg-box form div span,
    #body div.forgot-password-box form div span {
      display: flex;
      margin-bottom: 6px;
      align-items: center;
      justify-content: space-between; }
    #body div.signin-box form div input,
    #body div.pwd-chg-box form div input,
    #body div.forgot-password-box form div input {
      padding-left: 20px;
      display: flex;
      margin-bottom: 32px;
      width: 406px;
      height: 44px;
      background: #FFFFFF;
      box-sizing: border-box;
      border: 1px solid #D3DBE2;
      box-shadow: 0 2px 1px rgba(16, 24, 40, 0.0005);
      border-radius: 6px;
      outline: none; }
    #body div.signin-box div.response,
    #body div.pwd-chg-box div.response,
    #body div.forgot-password-box div.response {
      visibility: hidden;
      display: flex;
      width: 100%;
      height: 30px;
      background: rgba(255, 0, 0, 0.6);
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      margin-bottom: 10px; }
    #body div.signin-box button,
    #body div.pwd-chg-box button,
    #body div.forgot-password-box button {
      width: 406px;
      height: 49px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      background: #0096F7;
      border: 1px solid #0096F7;
      font-family: 'Switzer', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      color: #FFFFFF;
      cursor: pointer; }
    #body div.signin-box button:hover,
    #body div.pwd-chg-box button:hover,
    #body div.forgot-password-box button:hover {
      opacity: 0.8; }
  #body div.signin-box div span a {
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0096F7;
    float: right; }
  #body div.signin-box div.password > div {
    display: flex;
    align-items: center;
    margin-bottom: 32px; }
    #body div.signin-box div.password > div input {
      margin-bottom: 0; }
    #body div.signin-box div.password > div i.fa {
      position: relative;
      left: -30px;
      font-family: 'Font Awesome 6 Pro', sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 13px;
      line-height: 13px;
      color: #828EA6;
      cursor: pointer;
      width: 17px; }
  #body div.signin-box form#signin-form .username span, #body div.signin-box form#signin-form .password span {
    width: 408px; }
  #body div.signin-box form#signin-form .username span, #body div.signin-box form#signin-form .username a, #body div.signin-box form#signin-form .password span, #body div.signin-box form#signin-form .password a {
    font-family: Switzer, sans-serif; }
  #body div.forgot-password-box {
    display: none; }
  #body div.error-msg {
    width: 406px;
    font-size: 14px;
    font-weight: 400;
    color: #d83e3e;
    margin-bottom: 15px;
    margin-top: -30px;
    display: none; }

/*# sourceMappingURL=signin.css.map */
