@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,300");
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: Lato-Regular, sans-serif;
  color: #383D42;
}

.welcome-page .logo {
  width: 100%;
}

.icon-banner {
  width: 32px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.custom-heading {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.body-container {
  display: flex;
  flex-flow: row;
  max-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .body-container {
    max-height: none;
    height: 100vh;
  }
}

.left-section {
  display: flex;
  flex-flow: row;
  height: 100vh;
}
@media only screen and (max-width: 900px) {
  .left-section {
    display: none;
  }
}

.main-section {
  flex: 1;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 900px) {
  .main-section {
    overflow: auto;
  }
}

.main-section-header {
  display: flex;
  flex-flow: row;
  justify-content: left;
  height: 104px;
  padding: 35px 27px;
}
@media only screen and (max-width: 900px) {
  .main-section-header {
    padding: 24px;
  }
}

.main-section-content {
  display: flex;
  flex-flow: column;
  width: 100%;
  overflow: auto;
  flex-grow: 1;
}
@media only screen and (max-width: 900px) {
  .main-section-content {
    overflow: unset;
  }
}

.login-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 900px) {
  .login-page-container {
    margin: 0 2.4rem;
  }
}

.forgot-password-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 900px) {
  .forgot-password-page-container {
    margin: 0 2.4rem;
  }
}

.forgot-password-confirmation-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 900px) {
  .forgot-password-confirmation-page-container {
    margin: 0 2.4rem;
  }
}

.login-with-2fa-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
.login-with-2fa-page-container .form-container {
  display: flex;
  flex-flow: column;
  padding: 0;
  width: 100%;
  position: relative;
  gap: 4.8rem;
}
@media only screen and (max-width: 900px) {
  .login-with-2fa-page-container .form-container {
    gap: 1.6rem;
  }
}
.login-with-2fa-page-container .one-time-code-link a {
  color: #008577;
}
@media only screen and (max-width: 900px) {
  .login-with-2fa-page-container {
    margin: 0 2.4rem;
  }
}

.login-with-code-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
.login-with-code-page-container .form-container {
  display: flex;
  flex-flow: column;
  padding: 0;
  width: 100%;
  position: relative;
  gap: 4.8rem;
}
@media only screen and (max-width: 900px) {
  .login-with-code-page-container .form-container {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .login-with-code-page-container {
    margin: 0 2.4rem;
  }
}

.enable-authenticator-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
.enable-authenticator-page-container .ordered-list {
  padding-left: 1.8rem;
}
.enable-authenticator-page-container .mobile-app-download-links a {
  color: #00A795;
}
.enable-authenticator-page-container .qr-code img {
  width: 124px;
}
.enable-authenticator-page-container .form-container {
  display: flex;
  flex-flow: column;
  padding: 0;
  width: 75%;
  position: relative;
  gap: 4.8rem;
}
@media only screen and (max-width: 900px) {
  .enable-authenticator-page-container .form-container {
    width: 100%;
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .enable-authenticator-page-container {
    margin: 0 2.4rem;
  }
}

.reset-password-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 900px) {
  .reset-password-page-container {
    margin: 0 2.4rem;
  }
}

.error-page-container {
  display: flex;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 900px) {
  .error-page-container {
    margin: 0 2.4rem;
  }
}

.forgot-password-button {
  text-decoration: underline;
  color: #383D42;
}
.forgot-password-button:hover {
  color: #383D42;
  cursor: pointer;
}

.sso-buttons {
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
}

.sso-button {
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #DFE1E3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  margin-right: 10px;
}

.logo {
  margin-bottom: 5.6rem;
}

.custom-subtitle-1 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.15px;
}

.custom-subtitle-2 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.sign-in-sso {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.15px;
  margin-left: 12px;
}

.sso-separator {
  margin: 4rem 0;
}

.sso-separator > .text-body {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
  text-align: center;
}

.form-group {
  position: relative;
}
.form-group.no-bottom-margin {
  margin-bottom: 0;
}

.alert-info {
  color: #00546B;
  background-color: #EBF8F6;
  border-color: #EBF8F6;
}

.form-control {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
  width: 100%;
  padding: 10px;
  border: 1px solid #DFE1E3;
  border-radius: 5px;
  height: 56px;
  background-color: white;
}

label {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
  position: absolute;
  top: -7px;
  left: 10px;
  background-color: white;
}

.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  background-color: white;
  padding: 0 5px;
  color: #383D42;
  transition: all 0.3s ease;
}

.btn-primary-filled {
  display: flex;
  height: 5.6rem;
  padding: 0.6rem 2.2rem;
  justify-content: center;
  align-items: center;
  background-color: #00A795;
  border: none;
  font-size: 1.5rem;
  color: #FFFFFF;
  border-radius: 6px;
}
.btn-primary-filled:hover {
  background-color: #0F746E;
}
.btn-primary-filled:focus {
  outline: none;
}
.btn-primary-filled:disabled {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #999;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  background-color: #F8F8FA;
  cursor: not-allowed;
}
.btn-primary-filled.medium {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.4px;
  height: 3.6rem;
  padding: 0.6rem 1.6rem;
}

.btn-primary-text {
  display: flex;
  height: 5.6rem;
  padding: 0.6rem 2.2rem;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 1.5rem;
  color: #008577;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.btn-primary-text:hover {
  background-color: #E5F7F5;
}
.btn-primary-text:focus {
  outline: none;
}
.btn-primary-text:disabled {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #999;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  background-color: #F8F8FA;
  cursor: not-allowed;
}
.btn-primary-text.medium {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.4px;
  height: 3.6rem;
  padding: 0.6rem 1.6rem;
}

.banner {
  background-color: #F8F8FA;
  min-height: 122px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner-content {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.banner-text {
  width: calc(50% - 16px);
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-text > .no-account {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}
.banner-text > .free-demo > a {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #008577;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.banner-text > .free-demo > a:hover {
  text-decoration: none;
}

.banner-image {
  width: calc(50% - 16px);
  position: relative;
}

.banner-image img {
  position: absolute;
  top: 19px;
  left: 16px;
  width: calc(100% - 16px);
  height: auto;
  bottom: 0;
}

.input-icon-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 -50px;
  position: relative;
}

.input-icon {
  background-repeat: no-repeat;
  background-color: transparent;
  margin-right: 0.25rem;
}

.password-field {
  display: flex;
  font-size: 1.4rem;
  width: 100%;
}
.password-field__visibility-enabled {
  background-image: url(../images/visibility-enabled.svg);
  width: 2.4rem;
  height: 2.4rem;
}
.password-field__visibility-disabled {
  background-image: url(../images/visibility-disabled.svg);
  width: 2.4rem;
  height: 2.4rem;
}

.content-container {
  display: flex;
  align-items: flex-start;
}

.icon-container {
  margin-right: 10px;
}

.icon-container img {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.error-text {
  margin-top: 0;
  margin-bottom: 0;
}

.validation-list-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer {
  display: flex;
  flex-flow: row;
  justify-content: end;
  margin: 16px;
}

.footer a {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
  margin-right: 16px;
  text-decoration: none;
}

.custom-subtitle {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}

.operation-id {
  font-size: 1.2rem;
  margin-top: 2rem;
  color: #666666;
}

.back-button {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.back-text {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.15px;
  padding-left: 16px;
  text-decoration: none;
}
.back-text:hover {
  text-decoration: none;
}

.text-h4 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.15px;
}

.modal-content {
  display: flex;
  flex-flow: column;
  padding: 2.4rem;
  border-radius: 8px;
}
.modal-content .header {
  display: none;
  flex-flow: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .modal-content .header {
    display: flex;
  }
}
.modal-content .header .close-button {
  font-size: 2rem;
  color: #383D42;
  border: none;
  background: transparent;
  padding: 0;
}
.modal-content .header .close-button:focus {
  outline: none;
}
.modal-content .body {
  padding: 0;
}
.modal-content .body .button-container {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media only screen and (max-width: 900px) {
  .modal-content .body .button-container {
    flex-flow: column-reverse;
  }
}

.text-body-1 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-style: normal;
  color: #383D42;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}

#select2FA > .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 850px;
}
@media only screen and (max-width: 900px) {
  #select2FA > .modal-dialog {
    display: flex;
    flex-flow: column;
    position: relative;
    max-width: 90%;
    top: unset;
    left: unset;
    transform: unset;
  }
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-48 {
  margin-top: 4.8rem;
}
