@import url('../../assets-custom/root.css');
body {
  background: var(--index-container-body-background-color);
}
.header-container {
  height: 98px !important;
  color: white;
  width: 100% !important;
}

.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: 53px;
}
.sign-in-page-form-container {
  /* width: 346px !important; */
  /* height: 340px; */

  background: white;
  padding: 42px;
  border-radius: 4px;
  background: var(--ea-primary-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: 8px !important;
  border-bottom: 1px solid white !important;
  color: var(--ea-text-color-2) !important;
  padding-left: 14px;
}
.sign-in-page-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sign-in-page-submit-btn button {
  border-radius: 0;
  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 */
}
.form-group {
  /* border-bottom: 1px solid #1c274c; */
  /* padding-bottom: 4px; */
}
.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;
}

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

.reset-password-div {
  padding: 0px;
}
.signin-left-img {
  width: 50%;
}
.sign-in-page-form-container {
  width: 50%;
}
.form-control {
  background-color: white;
  padding: 0;
}

.form-group label {
  color: white;
}
.lost-password-button a {
  color: white;
  text-decoration: underline;
}

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

.input-div-login {
  position: relative;
}
.input-logo {
  position: absolute;
  right: 0px;
  top: 0;
  background: var(--pricing-input-logo-background);
  padding: 0px;
  border-radius: 8px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.input-logo img {
  width: 16px;
}
