* {
  font-family: Arial, Helvetica, sans-serif;
}
.mainContainer {
  height: 100vh;
  width: 100vw !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
}

.leftContainer {
  background-color: #fefcfd;
  padding: 7vh;
  display: flex;
}
.rightContainer {
  text-align: center;
  box-shadow: -2px 2px 10px rgba(128, 128, 128, 0.471);
}
.rightContainerwithbtn {
  padding: 10vh;
  box-shadow: -2px 2px 10px rgba(128, 128, 128, 0.471);
}

.top h2 {
  color: rgb(8, 8, 143);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
}
.top h5 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
}

.leftContainer img {
  margin: auto;
}
.main-content {
  text-align: center;
  margin: auto;
  margin-right: 3vw;
  margin-top: 10%;
}

.nameform,
.emailform,
.passwordform,
.inputform {
  width: 70%;
  border-radius: 2vh;
  background-color: #fefcfd;
  border: none;
  box-shadow: 1px 1px 3px gray;
  height: 4.5vh;
  margin-top: 3vh;
  padding-left: 20px;
}

.emailform.form-error{
  box-shadow: 1px 1px 3px red;
}

.passwordform {
  margin-bottom: 3vh;
}

.nameform:focus,
.emailform:focus,
.passwordform:focus {
  border: none;
  outline: none;
}

.checkflex {
  display: flex;
  width: 70%;
  flex-flow: wrap;
  justify-content: space-between;
  margin: auto;
  margin-top: 1.5rem;
}
.forgottext {
  text-decoration: underline;
  font-size: 15px;
  color: rgb(8, 8, 143);
}

.bottom form input::placeholder {
  text-align: center;
  font-size: 13px;
}
.inputform::placeholder {
  font-size: 13px;
  text-align: center;
}
.bottom {
  width: 100%;
}
.checkboxform {
  cursor: pointer;
}

.loginbtn,
.submitbtn,
.otpbtn,
.verifybtn,
.confirmbtn {
  background-color: #d3d3d3;
  padding: 0.8vh 2.8vw;
  border-radius: 3vh;
  border: none;
  font-weight: 600;
  margin: 3vh;
}

.loginbtn:hover,
.submitbtn:hover,
.otpbtn:hover,
.verifybtn:hover,
.confirmbtn:hover {
  background-color: rgb(8, 8, 143);
  color: white;
}

.signup {
  font-size: 15px;
}

.signup a {
  color: rgb(8, 8, 143);
}
.termscontent {
  width: 60%;
  margin: auto;
  font-size: 15px;
}
.termscontent a {
  color: rgb(8, 8, 143);
}
.hrline {
  margin: 4vh;
}
.otp-div,
.confirm-div,
.btn-content,
.verify-div {
  width: 100%;
}
.top-btn i {
  font-size: 25px;
}

.main-text h4 {
  font-weight: 600;
  font-size: 30px;
}
.main-text p {
  margin: 4vh;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.newpassword,
.confirmpassword {
  width: 70%;
  border-radius: 2vh;
  background-color: #fefcfd;
  border: none;
  box-shadow: 1px 1px 3px gray;
  height: 4.5vh;
  margin-top: 3vh;
  padding-left: 20px;
}
.newpassword::placeholder,
.confirmpassword::placeholder {
  font-size: 13px;
  text-align: center;
}
.newpassword:focus,
.confirmpassword:focus {
  border: none;
  outline: none;
}
.input-box {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: center;
  gap: 1.3vw;
}
.inputforms {
  background-color: rgba(128, 128, 128, 0.16);
  width: 7%;
  height: 6.5vh;
  border-radius: 30%;
  border: none;
  box-shadow: 1px 2px 3px gray;
  text-align: center;
}
.inputforms:focus {
  border: none;
  outline: none;
}
.bottom-text h4 {
  font-weight: 600;
  margin-bottom: 2vh;
}
.error{
  color: red;
  font-size: 12px;
  margin-bottom: -5px;
}