body, html {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  overflow: auto;
}

:focus-visible {
  outline: none;
}

.container-border {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 16px 40px 20px;
  gap: 16px;
  /* Surface */
  background: #FFFFFF;
  /* 07. Black/100 */
  border: 1px solid #E5E6E8;
  border-radius: 8px;
}

.reset-password-commit-form {
  margin: 75px;
}

.content-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#parent-wrapper {
  height: 100%;
}

#header {
  z-index: 0;
}

#nf-logo {
  margin-top: -18px;
}

#top-bar {
  background-color: #003146;
  height: 32px;
  z-index: 0;
}

#form-top {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

#bg-svg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0
}

.form-items {
  font-size: 14px;
  height: 90px;
  display: flex;
  flex-direction: column;
}

.label-wrapper {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.label-items {
  margin: 8px;
}

.title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  height: 100%;
  z-index: 1;
}

.z-index-inherit {
  z-index: inherit;
}

.divider-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 16px 0px;
  padding: 0px;
  gap: 8px;
  height: 20px;
}

.signin-option-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  /* identical to box height, or 19px */
  text-align: center;
  /* 07. Black/500 */
  color: #7F888F;
  white-space: nowrap;
}

.divider-content {
  max-width: 360px;
  width: 100%;
  height: 1px;
  /* 07. Black/200 */
  background: #CCCFD2;
}

.welcome-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#welcome-text {
  display: flex; 
  align-items: baseline;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  /* identical to box height, or 30px */
  text-align: center;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  /* 00. On Surface / High Emphasis */
  color: rgba(0, 0, 0, 0.87);
}

#reset-password-text {
  display: flex; 
  justify-content: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  /* identical to box height, or 30px */
  text-align: center;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  /* 00. On Surface / High Emphasis */
  color: rgba(0, 0, 0, 0.87);  
  margin: 10px 0 0 0;
}

#reset-password-info {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */

  text-align: center;

  /* 04. On Surface/Medium Emphasis */

  color: rgba(0, 0, 0, 0.6);

}

.circle-icon {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.integration-btn {
  margin: 5px;
  background: #3F4445;
}

.integration-btn-purple {
  margin: 5px;
  background: #D61890;
}

.login-btn {
  margin-top: 8px;
  background: #244C91;
  border-radius: 4px;
}

.btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  gap: 12px;
  height: 230px; /* Change this from 230 to 300px when FIDO BTN is Re-added */
}

.forgot-password-text-container {
  order: 1;
}

  
  * {
    box-sizing: border-box;
  }

  /* Add styles to the form container */
  .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 75px auto;
    padding: 16px 40px 20px;
    gap: 16px;
    width: 440px;
    /* Surface */
    background: #FFFFFF;
    /* 07. Black/100 */
    border: 1px solid #E5E6E8;
    border-radius: 8px;
  }
  
  @media only screen and (max-width: 600px) {
    input[type=text], input[type=password] {
      width: 100% !important;
    }

    .sign-in-button {
      width: 100% !important;
    }

    .form-container {
      border: none;
      margin: auto;
      width: auto !important;
    }

    .forgot-password-text-container {
      order: 0;
    }

    .forgot-password-container {
      display: flex;
      flex-direction: column;
      align-items: start !important;
      gap: 10px;
    }

    .switch-container {
      width: 100%;
    }

    .title-section {
      width: 100%;
    }
  }

  .input-field {
    padding: 15px;
    margin: 5px 0 16px 0;
    width: 100%;
    /* padding: 8px 12px 8px 16px; */
    background: #FFFFFF;
    /* 07. Black/200 */

    border: 1px solid #CCCFD2;
    border-radius: 4px;
  }

  .error-message-label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.25px;
    /* 06. Danger/500 | Danger */
    color: #C70816;
  }

  form i {
    margin-left: -30px;
    cursor: pointer;
}

  .container {
    width: 100%;
    margin: 0 auto;
  }

  .integration-buttons {
    /* Surface */
    background: #FFFFFF;
    /* 01. Primary/100 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    gap: 4px;
    border: 1px solid #A3B6D7;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    text-align: center;
    letter-spacing: 0.64px;
    text-transform: uppercase;

    /* 01. Primary/500 | Primary */

    color: #244C91;
    cursor: pointer;
  }

  .forgot-password-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: 5px 0 12px 2px;
    font-size: 12px;
    gap: 10px;
  }

  .forgot-password-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    /* identical to box height, or 18px */
    letter-spacing: 0.15px;
    text-transform: capitalize; 
    /* 01. Primary/500 | Primary */ 
    color: #244C91;
  }

  .switch-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .switch {
    position: relative;
    display: inline-block;
    /* width: 60px; */
    width: 45px;
    /* height: 34px; */
    height: 20px;
    margin-right: 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #244C91
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #244C91;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  input {
    font-family: 'Open Sans';
  }
  
  input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #7e898b;
  }
  
  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #7e898b;
  }
  
  input::-ms-input-placeholder { /* Microsoft Edge */
     color: #7e898b;
  }

  /* Full-width input fields */
  input[type=text], input[type=password] {
    width: 360px;
    padding: 15px 30px 15px 15px;
    margin: 5px 0 22px 0;
    background: #FFFFFF;
    /* 07. Black/200 */
    border: 1px solid #CCCFD2;
    border-radius: 4px;
    color: #303536;
  }
  
  input[type=text]:focus, input[type=password]:focus {
    border-color: #158FCF !important;
  }
  
  /* Set a style for the submit button */
  .btn {
    border-radius: 4px;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-size: 18px;
    font-family: 'Open Sans';
  }
  
  .btn:hover {
    opacity: 1;
  }

.text-danger-800,
.text-danger-800:hover,
.text-danger-800:focus {
  color: #C62828 !important;
}

.popover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-left: 24px;
  padding: 12px;
  height: 106px;
  width: 250px;
  /* Used to position the arrow */
  /* position: relative; */
  display: initial;
  position: absolute;
  z-index: 9;
  background-color: white;
  height: auto;
  font-size: 12px;
}

.popover__arrow {
  height: 16px;
  width: 16px;
  background-color: #fff;
  position: absolute;
}

/* .popover__arrow--lc {
  left: 0;
  top: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) rotate(45deg); */
  /* Position at the top right corner */
    /* right: 32px;
    top: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) rotate(45deg); */
/* } */

#remember-me-for-myHUD {
  display: none;
}

#remember-pw-for-myHUD {
  display: none;
}

#togglePassword {
  margin-bottom: 15px;
  margin-left: -30px;
  cursor: pointer;
}

#togglePassword:before {
  content: "\f30a";
}

#password-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

a {
  cursor: pointer;
}

a:active {
  color: #244C91;
}

hr {
  margin: 20px 0;
}

.password-input-field {
  display: flex;
}

.copyright-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  /* identical to box height, or 19px */
  text-align: center;
  /* 07. Black/600 */
  color: #4C5863;
  margin: 0px;
}

.terms-of-service-container {
  margin-top: 28px;
}

.terms-of-service {
  margin: 0px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  /* identical to box height, or 19px */
  text-align: center;
  /* 01. Primary/500 | Primary */
  color: #244C91;
}

#signIn {
  width: 172px;
  height: 44px;
  /* 01. Primary/500 | Primary */
  background: #244C91;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-style: normal;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.64px;
  text-transform: uppercase;

  /* Surface */
  color: #FFFFFF;
}

#cancel {
  width: 172px;
  height: 44px;
  /* Surface */
  background: #FFFFFF;
  /* 01. Primary/100 */
  border: 1px solid #A3B6D7;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  /* 01. Primary/500 | Primary */
  color: #244C91;
}

.sign-in-button {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  /* Surface */
  color: #FFFFFF;
  padding: 8px 20px 8px 20px;
  border-radius: 4px;
  width: 360px;
  height: 44px
}

#email {
  background: #FFFFFF;
  /* 07. Black/200 */

  border: 1px solid #CCCFD2;
  border-radius: 4px;
}

.action-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 8px;
}

.label-item {
  /* Input / Label */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  letter-spacing: 0.25px;

  /* 07. Black/800 */

  color: #192936;
  display: flex;
  align-self: start;
}

.input-field-labels {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.25px;
  /* 07. Black/800 */
  color: #192936;
}

.error-message-snackbar {
  padding: 12px 16px;
  background: #FDF4F4;
  border-radius: 4px;
  width: 100%;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.25px;
  /* 06. Danger/500 | Danger */
  color: #C70816;
}