* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* font-family: "Poppins", sans-serif; */
  line-height: 1.7;
  overflow-x: hidden;

  /* background-color: #f7f7f7; */
  background-image: url("/static/images/back.976dc079222f.webp");
  backdrop-filter: blur(10px);
  background-position: center;
  position: relative;
  font-weight: 400;
  scroll-behavior: smooth;
  position: relative;
  min-height: 100vh;
}

.hidder {
  display: none !important;
}

.img-logo-main-con {
  margin: 0 auto;
  text-align: center;
}
.img-logo-main-con {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
}

ovelay
/* LOGIN PAGE STYLE */
.main {
  position: relative;
}

.schoolName {
  font-size: 2.4rem;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  margin-top: 2.4rem;
  text-transform: uppercase;
}
.ovelay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: red transparent;
  z-index: 999;
}

.login-img {
  margin-top: 4.4rem;
  width: 16%;
  border-radius: 1000px;
}

.login-header {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  word-spacing: 5px;
  padding: 1.2rem 2.4rem;
  display: inline-block;
  padding: 0 2rem;
  padding-top: 1.2rem;
  /* background-color: red; */
}
.paswordQuestion {
  display: flex;
  justify-content: space-between;
}
.remember-Con,
.checkbox-Con {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.Signup {
  font-size: 1rem;
  color: #0097a7;
  font-weight: 500;
}
.remember-Con {
  cursor: pointer;
}
.check {
  cursor: pointer;
}
.checkBox-Text {
  color: #0097a7;
  font-size: 1rem;
}
.form-info-con {
  background-color: #fff;
  padding: 2.4rem 1rem;
}
.paswordQuestion {
  margin-top: 1.4rem;
  color: #333;
  font-weight: 500;
  display: flex;
  gap: 3.2rem;
}
.formInpute-Con1,
.formInpute-Con2 {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: start;
}
.formInpute-Con1 {
  margin-bottom: 1.8rem;
}

.form-container {
  background-color: #f7f7f7;
  border: solid 1px #e7e7e7;
  padding: 1rem;
  border-radius: 11px;
}
.selectOptions {
  background-color: #c4f9ff;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.login-form-label {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
}
.login-input,
.password-input:focus {
  outline: none;
}
.signupOption-Con {
  border-top: solid 1px #b5b5b5;
  font-size: 0.8rem;
  margin-top: 1.4rem;
  position: relative;
  width: 100%;
}
.signupOption {
  text-align: center;
  background-color: #fff;
  padding: 0.3rem;
  font-size: 0.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
/* .SignUp-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
    height: 100vh;
    background-color: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  } */
.form-company-con {
  margin-top: 1rem;
}
.signUpDatasContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: scroll;
  padding: 1rem;
  padding-top: 0;
}
.signup-form-header-section {
  margin-bottom: 1.6rem;
  background-color: #002868;
  padding: 1.4rem;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.googleIcon {
  width: 1.8rem;
  height: 1.8rem;
}
.googleText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}
.alreadyHave-account {
  font-size: 0.8rem;
  margin-top: 1rem;
  text-align: center;
}
.backTologin {
  color: #0f70e6;
  cursor: pointer;
  font-weight: 500;
}
.googleCon {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
  background-color: #e9e9e9;
  width: 100%;
  border-radius: 9px;
  padding: 0.5rem 0;
  cursor: pointer;
}
.signupCTA {
  margin-top: 2.8rem !important;
}
.signup-form-header {
  font-size: 2.4rem;
  color: #f7cf4e;
  line-height: 1.2;
  font-weight: 700;
}
.signup-sub-header {
  font-size: 1rem;
  color: #fff;
  margin-top: 1rem;
}
/* .signup-page-grouping {
    display: flex;
    gap: 2.4rem;
  } */
.form-labels {
  font-size: 1rem;
  color: #002868;
  font-weight: 600;
}
.inpute-form:focus {
  outline: none;
  box-shadow: inset 0px 0px 1px 2px #f7bf09;
}
.inpute-form {
  width: 100%;
  padding: 0.8rem 0.5rem;
  border-radius: 11px;
  border: solid 2px #f7bf09;
}
.signUpForm {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  border-radius: 11px;
  overflow: hidden;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-input,
.password-input {
  width: 100%;
  padding: 1rem 0.5rem;
  border-radius: 9px;
  border: none;
  font-size: 0.8rem;
  background-color: #f7cf4e;
  font-weight: 600;
  color: #555;
}
.loginCTA {
  width: 100%;
  padding: 0.7rem 1.4rem;
  margin-top: 1.8rem;
  border-radius: 3px;
  border: none;
  background-color: #fac82b;
  cursor: pointer;
  color: #002868;
  font-size: 1.2rem;
  font-weight: 700;
}
.forgeyPass-icon {
  font-size: 0.8rem;
  color: #333;
}
/* .form {
    margin: 6.4rem 0;
    overflow: hidden;
    border-radius: 11px;
    display: grid;
    grid-template-columns: 55fr 45fr;
    width: 100%;
    box-shadow: 0px 0px 19px 14px rgba(80, 80, 80, 0.075);
  } */
.noAccount {
  font-size: 0.8rem;
  margin-top: 1.2rem;
  line-height: 1.2;
  color: #555;
  cursor: pointer;
}
.signUp {
  font-weight: 600;
  color: #333;
}
.welcome {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #333;
}
.welcomeInstruction {
  font-size: 1rem;
  margin-bottom: 1.6rem;
  color: #555;
}

.messages {
  font-size: 1rem;
  color: crimson;
  /* color: #555; */
}
