/**** OVERRIDES ****/
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #f7f9f9;
  color: #677078;
  font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

ul {
  list-style: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

a {
  color: #0e828f;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.1s linear;
  width: max-content;
}

a:focus {
  outline: none !important;
  border: 1px solid #0e828f;
  border-radius: 3px;
}

a:hover {
  color: #06636E;
}

p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

::placeholder {
  color: #bdc1c4;
  opacity: 1;
}

.heading {
  display: none;
}

/**** END OVERRIDES ****/

/**** UTILITY ****/
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

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

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

.items-center {
  align-items: center;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff;
}

.hidden {
  display: none;
}

.mt-1 {
  margin-top: 1em;
}

.overflow-y-auto {
  overflow-y: auto;
}

.max-content-height {
  height: max-content;
}

.margin-auto {
  margin: auto;
}

/**** END UTILITY ****/

/**** PANELS & CONTAINERS ****/

.auth-logo {
  width: 18em;
  margin-bottom: 20px;
}

#left-panel {
  background-color: #fff;
  width: 30%;
  padding: 0px 40px;
}

#right-panel {
  flex: 1;
  background-image: url("images/background1.png");
  background-size: cover;
}

.auth-form {
  width: 100%;
}
/**** END PANELS ****/

/**** INPUTS & BUTTONS ****/

button {
  width: 100%;
  appearance: none;
  background: #0E828F;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.42857143;
  outline: none;
  padding: 20px 18px;
  margin: 0.5em 0em;
  transition: all 0.4s ease-in-out;
}

.button-secondary {
  width: 100%;
  appearance: none;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #0E828F;
  color: #0E828F;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.42857143;
  outline: none;
  padding: 20px 18px;
  transition: all 0.4s ease-in-out;
}

button:hover {
  background: #06636E;
  border: 1px solid #0E828F;
}

.button-secondary:hover {
  color: #fff;
  background: #0E828F;
  border: 1px solid #0E828F;
}

button:focus {
  outline: #0E828F auto 2px;
}

button:focus:active {
  background-color: #0E828F;
  border: 1px solid #0E828F;
}

button[aria-disabled="true"] {
  background-color: #d6dadc;
  border: 1px solid #d6dadc;
  color: #9da3a8;
  cursor: not-allowed;
}

input {
  color: #677078;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.2;
  overflow-wrap: break-word;
  padding: 1.2em;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6em;
}

select {
  color: #677078;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.2;
  overflow-wrap: break-word;
  padding: 1.2em;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6em;
}

label {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}

input:focus {
  border-color: #06636E;
  outline: none;
}

input[type="checkbox"] {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

input[type="checkbox"] + label {
  cursor: pointer;
}

input[type="checkbox"] + label:before {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d6dadc;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: 14px;
  margin-right: 8px;
  position: relative;
  vertical-align: text-bottom;
  width: 14px;
}

input[type="checkbox"]:checked + label:before {
  color: #0E828F;
  content: "\f00c";
  font-size: 20px;
  line-height: 0.6;
}

input[type="email"]:not(:focus):invalid {
  border-color: #d83e38;
}

input[type="radio"] {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"] + label:before {
  background: #fff;
  border-radius: 9999px;
  border: 1px solid #d6dadc;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: 14px;
  margin-right: 8px;
  position: relative;
  vertical-align: text-bottom;
  width: 14px;
  min-width: 14px;
}

input[type="radio"]:checked + label:before {
  background: #0E828F;
  font-size: 20px;
  line-height: 0.6;
}

/* Cancel Button needs to look like a link */
button#cancel {
  display: block;
  color: #0e828f;
  border: 0;
  background: transparent;
  line-height: 1.5;
  font-size: 16px;
  text-decoration: underline;
  padding: 2px;
  margin-top: 1.5em;
}
button#cancel:focus {
  outline: none !important;
  border: 1px solid #0e828f;
  border-radius: 3px;
}

/**** END INPUTS & BUTTONS ****/

.title-container {
  max-width: 30%;
  text-align: center;
}

.title {
  font-size: 5rem;
  color: #fff;
}

/* NEW */

.wrapper {
  width: 100%;
}

.auth-footer {
  color: #677078;
  text-align: center;
  margin-top: 1em;
}

/* QA Banner */

.banner {
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
}

.banner .environment-label {
  background-color: rgba(216, 62, 56, 1.0);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 8px 16px;
}

.banner .notification-banner {
  background-color: rgba(14, 130, 143, 1.0);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 16px;
}

.banner a {
  color: #fff;
  text-decoration: underline;
}

/* Toast messages */
.error {
  color: #d83e38;
}

.error-toast-container {
  position: absolute;
  top: 2%;
  right: 2%;
}

.error-toast {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-left: 7px solid #d83e38;
  border-radius: 4px 5px;
  color: #677078;
  display: none;
  margin: 1em auto 1.5em;
  padding: 20px;
  position: relative;
  width: 312px;
  z-index: 10;
}

.textInParagraph {
  font-size: 18px;
  margin-bottom: 1em !important;
}

#phoneVerificationControl_success_message {
  font-size: 18px;
}

#mfaPhoneNumber_label {
  display: none;
}

.sendNewCode {
  color: #0e828f;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.1s linear;
  background: transparent;
  border: none;
  padding: 0px;
  display: flex;
  width: 100%;
  font-size: 16px;
  justify-content: center;
}

.sendNewCode:hover {
  background: transparent;
  border: none;
}

#verifying_blurb {
  display: none;
}

/* Right Panel Stylings */
#right-panel-header-text {
  display: contents;
  font-family: "Poppins";
  font-size: 32px;
  line-height: 40px;
  max-width: 600px;
  font-weight: 700;
  color: white;
}

#right-panel-list-item-header-text {
  font-size: 22px;
  font-weight: 1000;
  font-family: "Inter";
  color: white;
}

#right-panel-list-item-footer-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  color: white;
}

#right-panel-list-items {
  font-size: 16px;
  font-weight: 400;
  color: white;
  list-style-type: disc;
  list-style-position: inside;
}

#right-panel-flag-text {
  max-width: 500px;
  font-size: 18px;
  font-weight: 700;
  margin-left: 40px;
  color: white;
}

#right-panel-button-app-store {
  width: 160px;
  margin-right: 20px;
}

#right-panel-button-google-play-store {
  width: 160px;
}

#right-panel-button {
  font-size: 16px;
  font-weight: 600;
  color: #002c39;
  border-radius: 9999px;
  background-color: #0E828F;
  max-width: fit-content;
  padding: 10px 30px;
  border: none;
}

#right-panel-image {
  padding: 25px 0px;
  width: 70%;
  max-width: 900px;
}

/* Mobile styling  */
@media only screen and (max-width: 1022px) {
  .error-toast-container {
    width: 100%;
    right: auto !important;
  }
  .error-toast {
    margin-right: 10px;
  }
  #left-panel {
    width: 100%;
  }

  #right-panel {
    display: none;
  }

  .social {
    width: 100%;
  }

  .options {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .options > div {
    margin: 0px 12px 0px 12px;
  }

  .ssoButtonLogo + span {
    display: none;
  }

  .auth-logo {
    width: 16em;
  }

  button {
    padding: 16px 18px;
  }
}

@media only screen and (min-width: 1023px) {
  #left-panel {
    padding: 0px 40px !important;
  }
  .large-label {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1440px) {
  #left-panel {
    padding: 0px 60px !important;
  }

  .large-label {
    font-size: 6rem;
  }

  #right-panel-header-text {
    font-size: 56px;
    line-height: 60px;
  }

  #right-panel-list-item-header-text {
    font-size: 27px;
    font-weight: 1000;
  }

  #right-panel-list-item-footer-text {
    font-size: 22px;
    font-weight: 400;
  }

  #right-panel-list-items {
    font-size: 22px;
    font-weight: 400;
  }
}

@media only screen and (max-height: 915px) {
  .social {
    width: 100%;
  }

  .options {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .options > div {
    margin: 0px 12px 0px 12px;
  }

  .ssoButtonLogo + span {
    display: none;
  }

  .auth-logo {
    width: 16em;
  }

  button {
    padding: 16px 18px;
  }

  #right-panel-header-text {
    font-size: 32px;
  }

  #right-panel-list-item-header-text {
    font-size: 27px;
    font-weight: 1000;
  }

  #right-panel-list-item-footer-text {
    font-size: 16px;
    font-weight: 600;
  }

  #right-panel-list-items {
    font-size: 16px;
    font-weight: 600;
  }

  #right-panel-image {
    width: 420px;
  }
}

