/*
 * Copyright 2022-2023 Liaison International. All Rights Reserved
 */

.login-pf body {
  background-size: cover;
  height: 100%;
  background: linear-gradient(149.6deg, #1f3d7c 0%, #08202f 100%);
}

.login {
  min-height: 100vh;
}

.form-control {
  border: 1px solid rgb(142, 154, 171);
}

span.error {
  color: #a30000;
  color: var(--pf-global--danger-color--200);
}

.password-condition {
  color: #75757d;
  font-size: 14px;
}

.btn-primary:disabled {
  background: rgb(175, 187, 204);
  border-color: rgb(175, 187, 204);
}
.btn-primary:hover:disabled {
  background: rgb(175, 187, 204);
  border-color: rgb(175, 187, 204);
}

.required-field-list::after {
  content: "*";
  color: #c71d46;
  font-size: 19px;
  font-weight: 700;
  margin-left: 2px;
}

#signUpUrl {
  font-weight: bold;
}

.new-application-instructions {
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .login {
    min-height: 10vh;
  }
}

.bg-white {
  background: #ffffff;
}

.height-adjust {
  height: 38px;
}

.gray-color {
  color: #cad2e1;
  font-size: 12px;
  margin-left: 0.6vw;
}

.footer-alignment {
  font-size: 12px;
  margin-left: 0.6vw;
}

@media (min-width: 576px) {
  .footer-alignment {
    color: #ffffff;
  }
}

.login-heading {
  font-weight: bold;
  font-size: 1.65rem;
}

.password-container {
  display: flex;
  justify-content: space-between;
}

.socialblock {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dde3ed;
  background: #f6f7fa;
  border-radius: 8px;
}

.social-login-lable {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 10px;
}
.social-login-list {
  list-style-type: none;
}

.kc-registration-details {
  display: flex;
  margin-top: 20px;
  font-weight: bold;
}

.kc-registration-direction {
  flex-direction: column;
}

.kc-registration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}

.radio-alignment {
  margin-top: 1.5px;
}

.modal-content {
  border-radius: 1rem;
}

.kc-login-button {
  border: 1px solid;
}

.btn-custom {
  background: #d5df3e;
  border-radius: 32px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-login-button {
  background: #d5df3e;
  border-radius: 32px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: black;
  border: none;
}

.footer-container {
  display: flex;
  color: #cad2e1;
  font-size: 12px;
}

.bottom-align-text {
  position: relative;
  bottom: 0px;
  margin: 16px;
}

@media (min-width: 576px) {
  .bottom-align-text {
    position: fixed;
    margin: 20px;
    color: #ffffff;
  }
}

.bottom-align-mobile {
  text-align: center;
}

.bg-image-align {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 50%;
  z-index: 0;
}

.password-label-container {
  display: flex;
  justify-content: space-between;
}

.index-up {
  z-index: 1;
}

.lp-logo {
  position: absolute;
  top: 40%;
  width: 360px;
}

.login-logo-img {
  width: 50%;
}

@media (max-width: 480px) {
  .modeltermscenter {
    max-width: 100%;
    margin: 32px;
  }
  .login-mobile {
    min-height: calc(70vh - 68px);
  }

  .align-items-center {
    align-items: baseline !important;
  }
}

.lp-logo-mobile {
  display: flex;
  justify-content: center;
  min-height: 30vh;
}

.alert-success {
  background: #ffffff;
  /* Success/border */
  border: 2px solid #1b5e20;
  box-sizing: border-box;
  /* Shadow/12 */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.1),
    0px 12px 17px 2px rgba(0, 0, 0, 0.07), 0px 5px 22px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.alert-error {
  background: #ffffff;
  /* Error/border */
  border: 2px solid #b71c1c;
  box-sizing: border-box;
  /* Shadow/12 */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.1),
    0px 12px 17px 2px rgba(0, 0, 0, 0.07), 0px 5px 22px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.alert-warning {
  background: #ffffff;
  border: 2px solid #f57f17;
  box-sizing: border-box;
  box-shadow: 0px 7px 8px -4px rgb(0 0 0 / 10%),
    0px 12px 17px 2px rgb(0 0 0 / 7%), 0px 5px 22px 4px rgb(0 0 0 / 6%);
  border-radius: 4px;
  color: #f57f17;
}
.alert-info {
  /* Other/white */
  background: #ffffff;
  /* Info/dark */
  border: 2px solid #0277bd;
  box-sizing: border-box;
  /* Shadow/12 */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.1),
    0px 12px 17px 2px rgba(0, 0, 0, 0.07), 0px 5px 22px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.bg-image {
  background-image: url("https://source.unsplash.com/WEQbe2jBg40/600x1200");
  background-size: cover;
  background-position: center;
}

.btn-primary-button {
  background-color: #16315d;
  border-radius: 32px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
}

.btn-primary-button:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

/*IE compatibility*/
.pf-c-form-control {
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
  border-width: 1px;
  border-width: var(--pf-global--BorderWidth--sm);
  border-color: #ededed #ededed #8a8d90 #ededed;
  border-color: var(--pf-global--BorderColor--300)
    var(--pf-global--BorderColor--300) var(--pf-global--BorderColor--200)
    var(--pf-global--BorderColor--300);
  background-color: #ffffff;
  background-color: var(--pf-global--BackgroundColor--100);
  height: 36px;
  height: calc(
    var(--pf-c-form-control--FontSize) * var(--pf-c-form-control--LineHeight) +
      var(--pf-c-form-control--BorderWidth) * 2 +
      var(--pf-c-form-control--PaddingTop) +
      var(--pf-c-form-control--PaddingBottom)
  );
  padding: 5px 0.5rem;
  padding: var(--pf-c-form-control--PaddingTop)
    var(--pf-c-form-control--PaddingRight)
    var(--pf-c-form-control--PaddingBottom)
    var(--pf-c-form-control--PaddingLeft);
}

.pf-c-form-control:hover,
.pf-c-form-control:focus {
  border-bottom-color: #0066cc;
  border-bottom-color: var(--pf-global--primary-color--100);
  border-bottom-width: 2px;
  border-bottom-width: var(--pf-global--BorderWidth--md);
}

.pf-c-form-control[aria-invalid="true"] {
  border-bottom-color: #c9190b;
  border-bottom-color: var(--pf-global--danger-color--100);
  border-bottom-width: 2px;
  border-bottom-width: var(--pf-global--BorderWidth--md);
}

.pf-c-alert.pf-m-inline {
  margin-bottom: 0.5rem; /* default - IE compatibility */
  margin-bottom: var(--pf-global--spacer--sm);
  padding: 0.25rem;
  padding: var(--pf-global--spacer--xs);
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-template-columns: var(--pf-c-alert--grid-template-columns);
  grid-template-rows: 1fr auto;
  grid-template-rows: var(--pf-c-alert--grid-template-rows);
}

.pf-c-alert.pf-m-inline::before {
  position: absolute;
  top: -1px;
  top: var(--pf-c-alert--m-inline--before--Top);
  bottom: -1px;
  bottom: var(--pf-c-alert--m-inline--before--Bottom);
  left: 0;
  width: 3px;
  width: var(--pf-c-alert--m-inline--before--Width);
  content: "";
  background-color: #ffffff;
  background-color: var(--pf-global--BackgroundColor--100);
}

.pf-c-alert.pf-m-inline.pf-m-success::before {
  background-color: #92d400;
  background-color: var(--pf-global--success-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-danger::before {
  background-color: #c9190b;
  background-color: var(--pf-global--danger-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-warning::before {
  background-color: #f0ab00;
  background-color: var(--pf-global--warning-color--100);
}

.pf-c-alert.pf-m-inline .pf-c-alert__icon {
  padding: 1rem 0.5rem 1rem 1rem;
  padding: var(--pf-c-alert--m-inline__icon--PaddingTop)
    var(--pf-c-alert--m-inline__icon--PaddingRight)
    var(--pf-c-alert--m-inline__icon--PaddingBottom)
    var(--pf-c-alert--m-inline__icon--PaddingLeft);
  font-size: 20px;
  margin: 6px 10px 0px 10px;
}

.pf-c-alert.pf-m-success .pf-c-alert__icon {
  color: #92d400;
  color: var(--pf-global--success-color--100);
}

.pf-c-alert.pf-m-success .pf-c-alert__title {
  color: #486b00;
  color: var(--pf-global--success-color--200);
}

.pf-c-alert.pf-m-danger .pf-c-alert__icon {
  color: #c9190b;
  color: var(--pf-global--danger-color--100);
}

.pf-c-alert.pf-m-danger .pf-c-alert__title {
  color: #a30000;
  color: var(--pf-global--danger-color--200);
}

.pf-c-alert.pf-m-warning .pf-c-alert__icon {
  color: #f0ab00;
  color: var(--pf-global--warning-color--100);
}

.pf-c-alert.pf-m-warning .pf-c-alert__title {
  color: #8f2809;
}

.pf-c-alert__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
  padding: 5px 8px;
  margin: 4px 0px;
  padding: var(--pf-c-alert__title--PaddingTop)
    var(--pf-c-alert__title--PaddingRight)
    var(--pf-c-alert__title--PaddingBottom)
    var(--pf-c-alert__title--PaddingLeft);
}

.pf-c-button {
  padding: 0.375rem 1rem;
  padding: var(--pf-global--spacer--form-element) var(--pf-global--spacer--md);
}

/* default - IE compatibility */
.pf-m-primary {
  color: #ffffff;
  background-color: #0066cc;
  background-color: var(--pf-global--primary-color--100);
}

/* default - IE compatibility */
.pf-m-primary:hover {
  background-color: #004080;
  background-color: var(--pf-global--primary-color--200);
}

/* default - IE compatibility */
/*End of IE compatibility*/
h1#kc-page-title {
  margin-top: 10px;
}

#kc-locale ul {
  background-color: #fff;
  background-color: var(--pf-global--BackgroundColor--100);
  display: none;
  top: 20px;
  min-width: 100px;
  padding: 0;
}

#kc-locale:hover ul {
  display: block;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  display: none;
}

.modal-header {
  border: none;
  padding: 1rem 2rem 1rem 0rem;
}

.modal-body {
  padding: 0;
  overflow-y: auto;
  font-size: 14px;
  margin-right: 10px;
  color: #383d45;
  max-height: 75vh;
}

.new-application-title {
  margin-right: 5px;
  font-weight: bold;
}

.new-application-details {
  margin-right: 5px;
  font-weight: 500;
}

.terms-agree-msg {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
}

#gdpr-error {
  display: none !important;
}

.eurheading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.eurquesion {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}

.closebuttonterms {
  border: none;
  background: none;
  font-size: 12px;
  text-transform: uppercase;
}

.modal-terms {
  z-index: 999999999;
  display: block;
}

.terms-blered {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

/* IE compatibility */
#kc-locale-dropdown a {
  color: #6a6e73;
  color: var(--pf-global--Color--200);
  text-align: right;
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
}

/* IE compatibility */
a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
  margin-left: var(--pf-global--spacer--xs);
}

.login-pf .container {
  padding-top: 40px;
}

.login-pf a:hover {
  color: #0099d3;
}

#kc-logo {
  width: 100%;
}

#kc-logo-wrapper {
  background-image: url(../img/keycloak-logo-2.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 62px auto 0;
}

div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}

div.kc-logo-text span {
  display: none;
}

#kc-header {
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
}

#kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 62px 10px 20px;
  white-space: normal;
}

#kc-content {
  width: 100%;
}

#kc-attempted-username {
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  padding-right: 10px;
}

#kc-username {
  text-align: center;
  margin-bottom: -10px;
}

#kc-webauthn-settings-form {
  padding-top: 8px;
}

#kc-content-wrapper {
  margin-top: 20px;
}

#kc-form-wrapper {
  margin-top: 10px;
}

#kc-info {
  margin: 20px -40px -30px;
}

#kc-info-wrapper {
  font-size: 13px;
  padding: 15px 35px;
  background-color: #f0f0f0;
}

#kc-form-options span {
  display: block;
}

#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}

#kc-terms-text {
  margin-bottom: 20px;
  display: flex;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.red-color {
  color: red;
}

.btn-blue {
  background: #0076a8;
  color: #ffffff;
}

.bold {
  font-weight: 600;
}

.terms-of-use {
  font-weight: 700;
  font-size: 30px;
}

#kc-registration {
  margin-bottom: 0;
}

/* TOTP */

.subtitle {
  text-align: right;
  margin-top: 30px;
  color: #909090;
}

.required {
  color: #a30000; /* default - IE compatibility */
  color: var(--pf-global--danger-color--200);
}

ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px;
}

#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
  margin-top: 0;
}

#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
  border-top: 0;
}

#kc-oauth .kc-role {
  display: inline-block;
  width: 50%;
}

/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}

.forgotpassword {
  font-size: 14px;
}

/* Social */
.kc-social-links {
  display: flex;
  vertical-align: middle;
  line-height: normal;
  margin: 10px 0;
}

.kc-social-provider-logo {
  font-size: 23px;
  width: 30px;
  height: 25px;
  float: left;
}

.kc-social-gray {
  color: #737679; /* default - IE compatibility */
  color: var(--pf-global--Color--200);
}

.kc-social-item {
  font-size: 15px;
  text-align: center;
}

.kc-social-provider-name {
  position: relative;
  top: 3px;
}

.kc-social-icon-text {
  left: -15px;
}

.kc-social-grid {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-column-end: span 6;
  --pf-l-grid__item--GridColumnEnd: span 6;
}

.kc-social-grid .kc-social-icon-text {
  left: -10px;
}

.kc-login-tooltip {
  position: relative;
  display: inline-block;
}

.kc-social-section {
  text-align: center;
}

.kc-social-section hr {
  margin-bottom: 10px;
}

.kc-login-tooltip .kc-tooltip-text {
  top: -3px;
  left: 160%;
  background-color: black;
  visibility: hidden;
  color: #fff;

  min-width: 130px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px;

  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
  visibility: visible;
  opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }

  #kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  .login-pf body {
    background: linear-gradient(149.6deg, #1f3d7c 0%, #08202f 100%);
  }

  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }

  #kc-header-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 60px 0 0;
    color: #72767b;
    letter-spacing: 0;
  }

  div.kc-logo-text {
    margin: 0;
    width: 150px;
    height: 32px;
    background-size: 100%;
  }

  #kc-form {
    float: none;
  }

  #kc-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }

  .login-pf .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #kc-locale {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 9999;
  }

  #kc-logo-wrapper {
    background-size: 100px 21px;
    height: 21px;
    width: 100px;
    margin: 20px 0 0 20px;
  }
}

@media (min-height: 646px) {
  #kc-container-wrapper {
    bottom: 12%;
  }
}

@media (max-height: 645px) {
  #kc-container-wrapper {
    padding-top: 50px;
    top: 20%;
  }
}

.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}

#kc-form-buttons {
  margin-top: 20px;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

/* Internet Explorer 11 compatibility workaround for select-authenticator screen */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-auth-box-parent {
    cursor: pointer;
  }

  .select-auth-box-headline {
    font-size: 16px;
    color: #06c;
    font-weight: bold;
  }

  .select-auth-box-desc {
    font-size: 14px;
  }

  .pf-l-stack {
    flex-basis: 100%;
  }
}
/* End of IE11 workaround for select-authenticator screen */

.select-auth-box-arrow {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.select-auth-box-icon {
  display: flex;
  flex: 0 0 2em;
  justify-content: center;
  margin-right: 1rem;
  margin-left: 3rem;
}

.select-auth-box-parent {
  cursor: pointer;
}

.select-auth-box-parent:hover {
  background-color: #f7f8f8;
}

.select-auth-container {
  padding-bottom: 0px !important;
}

.select-auth-box-headline {
  font-size: var(--pf-global--FontSize--md);
  color: var(--pf-global--primary-color--100);
  font-weight: bold;
}

.select-auth-box-desc {
  font-size: var(--pf-global--FontSize--sm);
}

.card-pf {
  margin: 0 auto;
  box-shadow: var(--pf-global--BoxShadow--lg);
  padding: 0 20px;
  max-width: 500px;
  border-top: 4px solid;
  border-color: #0066cc; /* default - IE compatibility */
  border-color: var(--pf-global--primary-color--100);
}

/*phone*/
@media (max-width: 767px) {
  .login-pf-page .card-pf {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    border-top: 0;
    box-shadow: 0 0;
  }

  .kc-social-grid {
    grid-column-end: 12;
    --pf-l-grid__item--GridColumnEnd: span 12;
  }

  .kc-social-grid .kc-social-icon-text {
    left: -15px;
  }

  .modal-header {
    padding: 1rem;
  }

  .modal-body {
    padding: 1rem;
  }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
  margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
  border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
  width: 100%;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
  margin-bottom: 0px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

#kc-back {
  margin-top: 5px;
}

.pf-c-alert__icon {
  margin-bottom: 5px !important;
}

.error {
  color: #a30000;
  color: var(--pf-global--danger-color--200);
}

.background-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.terms-left-img {
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 1rem;
}

.modal-footer {
  justify-content: center;
}

.modal-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}

/* #kc-accept {
  font-size: 12px;
  background: #0076a8;
  font-weight: 700;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1),
    0px 1px 1px rgba(0, 0, 0, 0.07), 0px 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
} */

#kc-decline-button {
  font-size: 12px;
  color: #1565c0;
  font-weight: bold;
  text-decoration: none;
}

.decline-button {
  font-size: 12px;
  color: #1565c0;
  font-weight: bold;
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

a {
  color: rgb(21, 101, 192);
}

.bottom-align-text a:hover {
  color: white;
  text-decoration: underline !important;
}

.login a:hover {
  color: rgb(21, 101, 192);
}

.white {
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}

.alert-success-override {
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: center;
  background-color: #e8f5e9;
}
@media only screen and (max-width: 899.95px) {
  .terms-of-use {
    font-size: 24px;
  }
}

.eye-icon {
  border: none;
  width: 50px;
}
