@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Source Sans 3", sans-serif;
}

.auth-container .row {
  height: 100vh;
  align-items: stretch;
}

.auth-container .col {
  margin: 0;
  padding: 0;
}

.auth-container > .row > .col {
  display: flex;
  justify-content: center;
}

.auth-container .landing-container {
  position: fixed;
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.03);
  max-width: 50%;
}
.auth-container .landing-container .upper-image {
  background-image: url("./asset/auth-landing-curves-1.svg");
  background-size: cover;
  background-position: -10% 100%;
  background-repeat: no-repeat;
}
.auth-container .landing-container .logo-img {
  text-align: center;
  height: 14rem;
  margin-top: 4rem !important;
}

.auth-container .landing-container .bottom-image {
  background-image: url("./asset/auth-landing-curves-2.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
}

.auth-container .landing-container .tagline-color {
  color: #444444;
  width: 13rem;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 20px;
  font-style: italic !important;
  font-weight: 400;
  text-align: center;
  height: 14rem;
  margin-top: 4rem !important;
}

@media only screen and (max-width: 500px) {
  .auth-container {
    overflow-y: auto !important;
  }
}

.em-verification {
  margin-bottom: 3rem;
}

.em-l-txt {
  margin-top: 8rem !important;
}

.em-v-txt {
  margin-top: 6rem !important;
}

.color-s {
  color: #f99f22;
  text-decoration: none;
  cursor: pointer;
}

a {
  font-weight: 600;
}
