@import url('../../assets-custom/root.css');
body {
  background: var(--index-container-body-background-color);
}
.header-container {
  height: 100% !important;
  color: white;
  width: 100% !important;
  background-image: unset;
}
.header-container-wrapper {
  background: var(--navbar-wrapper-background-color);
  width: 100%;
  padding-bottom: 9px;
}
.header-below-image-background {
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: var(--login-header-background-image);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
}

.sign-in-section {
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
.sign-in-page-form-container {
  /* width: 346px !important; */
  /* height: 340px; */

  background: white;
  padding: 42px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--ea-primary-faded-color);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
}
.sign-in-page-form-container h3 {
  color: white;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.8%;
  margin-bottom: 45px;
}

.sign-in-form-img-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  /* gap: 28px; */
}

.sign-in-page-form-container form input {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid var(--ea-primary-color) !important;
  color: white !important;
}
.sign-in-page-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sign-in-page-submit-btn button {
  border-radius: 8px;
  border: 1px solid;
  padding-left: 58px;
  padding-right: 57px;
  margin-top: 42px;
  width: 100%;
}
.form-control:focus {
  border-color: transparent; /* Change to whatever color your input field's border is */
  box-shadow: none; /* Remove any box shadow */

  /* Add any other necessary styling */
}

.sign-in-img-input-logo img {
  width: 24px;
  height: 22px;
}
.signin-left-img img {
  width: 100%;
}
#loginMessageMessage {
  width: 100% !important;
  color: red !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  overflow-wrap: break-word !important;
}
/* responsive  */

.lost_password-text {
  color: var(--brain-quizzes-text-color);
  margin-top: 15px;
}

.lost_password-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.ea-primary-color {
  color: var(--ea-primary-color) !important;
}

#reset-password-btn {
  /* border-radius: 126px; */
  background: var(--btn-background-color) !important;
}

.btn-lost-password {
  color: var(--btn-lostpassword-text-color);
}

.reset-password-div {
  padding: 0px;
}
.signin-left-img {
  width: 76%;
}
.sign-in-page-form-container {
  width: 50%;
}
.form-control {
  background-color: unset;
  padding: 0;
}
.form-control:focus {
  background-color: var(--ea-primary-color);
}

.form-group label {
  color: black;
}
.lost-password-button a {
  color: black;
}

@media screen and (max-width: 990px) {
  .sign-in-form-img-container {
    flex-direction: column;
  }
  .signin-left-img {
    width: 100%;
  }
  .sign-in-page-form-container {
    width: 100%;
  }
}
