.app-component-container {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.app-component-text {
  color: #006d77;
  font-size: 0.875rem;
  margin-top: var(--dl-space-space-unit);
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: var(--dl-space-space-halfunit);
  letter-spacing: -0.025rem;
  text-transform: none;
  text-decoration: none;
}
.app-component-textinput {
  color: #000000;
  width: 100%;
  height: 40px;
  transition: 0.3s;
  padding-top: var(--dl-space-space-halfunit);
  border-color: var(--dl-color-secondary-100);
  padding-left: var(--dl-space-space-triplequarterunit);
  border-radius: var(--dl-radius-radius-radius5);
  padding-right: var(--dl-space-space-triplequarterunit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.app-component-textinput:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #e9aede;
  border-color: var(--dl-color-pink-200);
}
.app-component-root-class-name {
  width: auto;
  align-self: stretch;
}
.app-component-root-class-name1 {
  width: auto;
  align-self: stretch;
}
.app-component-root-class-name2 {
  width: auto;
  align-self: stretch;
}
.app-component-root-class-name3 {
  width: auto;
  align-self: stretch;
}
@media(max-width: 1200px) {
  .app-component-text {
    color: #0fa3b1;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
}

.primary-pink-button-container {
  display: flex;
  position: relative;
}
.primary-pink-button-button {
  color: #000000;
  outline: none;
  font-size: 1.25rem;
  box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
  font-style: normal;
  transition: all .15s ease-in;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.375;
  padding-top: var(--dl-space-space-triplequarterunit);
  border-width: 0px;
  padding-left: var(--dl-space-space-unitandahalfunit);
  border-radius: 1.875rem;
  padding-right: var(--dl-space-space-unitandahalfunit);
  letter-spacing: -0.025rem;
  padding-bottom: var(--dl-space-space-triplequarterunit);
  text-transform: none;
  text-decoration: none;
  background-color: #e29578;
}
.primary-pink-button-root-class-name {
  height: 80%;
}
@media(max-width: 1200px) {
  .primary-pink-button-button {
    background-color: #f7a072;
  }
}

.login-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.login-container1 {
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-unit);
  flex-direction: row;
}
.login-image {
  top: 0px;
  left: auto;
  right: 0px;
  width: 996px;
  bottom: 0px;
  height: 1003px;
  position: absolute;
  object-fit: cover;
  object-position: right;
  border-bottom-left-radius: 10rem;
}
.login-hero {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  max-width: auto;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-unitandahalfunit);
  padding-right: var(--dl-space-space-unitandahalfunit);
  justify-content: center;
}
.login-container2 {
  top: 227px;
  left: -676px;
  width: auto;
  height: 452px;
  display: flex;
  position: absolute;
  max-width: auto;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.login-card {
  width: 856px;
  height: 536px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  z-index: 1;
  box-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06)!important;
  margin-top: var(--dl-space-space-tripleunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius1);
  flex-direction: column;
  background-color: #b5e2fa;
}

.register-card {
  width: 856px;
  height: 1150px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  z-index: 1;
  box-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06)!important;
  margin-top: var(--dl-space-space-tripleunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius1);
  flex-direction: column;
  background-color: #b5e2fa;
}

.login-text {
  color: #0e0e0e;
  font-size: 2.25rem;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  -webkit-background-clip: text;
}
.login-text1 {
  color: rgb(0, 109, 119);
  font-size: 2.25rem;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-unitandahalfunit);
  text-transform: none;
  text-decoration: none;
}
.login-container3 {
  display: flex;
  margin-top: var(--dl-space-space-unitandahalfunit);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.login-container4 {
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-unit);
  flex-direction: row;
}
.login-form {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.login-image1 {
  top: 9px;
  left: 56px;
  width: 353px;
  height: 125px;
  position: absolute;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .login-hero {
    height: 570px;
  }
  .login-container2 {
    height: 790px;
  }
  .login-card {
    top: 83px;
    left: 1px;
    height: 380px;
    position: absolute;
    background-color: #b5e2fa;
  }
}
@media(max-width: 991px) {
  .login-hero {
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
  }
  .login-container2 {
    max-width: 960px;
  }
  .login-card {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .login-image {
    display: none;
  }
  .login-card {
    align-items: center;
  }
}
@media(max-width: 479px) {
  .login-container1 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .login-card {
    padding: var(--dl-space-space-unit);
  }
  .login-container3 {
    align-items: center;
    flex-direction: column;
  }
  .login-container4 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
