.loginContainer {
  padding: 60px 28px;
  background: rgba(255, 255, 255, 0.6);
}
.loginContainer .Spinner {
  position: fixed;
  z-index: 999;
  left: 50%;
  text-align: center;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.8980392157);
  z-index: 999999;
}
.loginContainer .innerContainer {
  width: 100%;
  max-width: 1600px;
  padding: 28px;
  background-color: #fff;
  box-shadow: 0 0 2em -0.9em #000000;
}
.loginContainer .innerContainer .mainHeading {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 40px;
}
.loginContainer .innerContainer .innerBox h4 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: var(--red-color);
}
.loginContainer .innerContainer .innerBox p {
  font-size: 28px;
  line-height: 35px;
  max-width: 91%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
.loginContainer .innerContainer .loginFormRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.loginContainer .innerContainer .loginFormRow .contentUsForm {
  background: none;
  padding: 0px 15px;
  border-right: 6px solid #000;
}
.loginContainer .innerContainer .loginFormRow .contentUsForm h4 {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 15px;
}
.loginContainer .innerContainer .loginFormRow .contentUsForm input {
  text-align: center;
  background: #c7cdd2 !important;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  border-radius: 0;
  width: 90%;
  color: var(--red-color) !important;
}
.loginContainer .innerContainer .loginFormRow .contentUsForm input::-moz-placeholder {
  color: var(--red-color);
}
.loginContainer .innerContainer .loginFormRow .contentUsForm input::placeholder {
  color: var(--red-color);
}
.loginContainer .innerContainer .loginFormRow .contentUsForm input:focus {
  outline: none;
}
.loginContainer .innerContainer .loginFormRow .contentUsForm a {
  color: var(--red-color);
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline !important;
}
.loginContainer .innerContainer .loginFormRow .contentUsForm button {
  height: 55px;
  line-height: 55px;
  padding: 0px 48px;
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  font-size: 24px;
  background: var(--red-color);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.loginContainer .innerContainer .loginVideo {
  padding: 0px 55px;
}
.loginContainer .innerContainer .loginVideo video {
  width: 100%;
  height: auto;
}

.recaptcha {
  margin-right: 32px;
}

.woodBackImg {
  background: url("../../../assets/wsr-accountbg.png");
  padding: 20px 48px;
  margin-bottom: 48px;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.woodBackImg .innerContent {
  text-align: center;
  display: flex;
  justify-content: center;
}
.woodBackImg .innerContent .confirmAccount {
  padding-top: 40px;
}
.woodBackImg .innerContent .accountImg {
  padding: 65px 0px 0px 35px;
}
.woodBackImg .innerContent .h1 {
  text-align: left;
  color: #fff;
  font-size: 35px;
  margin: 0 0;
  font-weight: 600;
}
@media only screen and (max-width: 1060px) {
  .woodBackImg .innerContent .h1 {
    margin-left: 0;
  }
}
.woodBackImg .innerContent .h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 0;
}
.woodBackImg .innerContent .h3 {
  display: inline-block;
  background: #e70033;
  padding: 15px 20px;
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.woodBackImg .innerContent .h4 {
  color: #fff;
  font-size: 31px;
  margin-top: 8px;
}
.woodBackImg .innerContent h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 992px) {
  .contentUsForm {
    background: none !important;
    padding: 0px 15px !important;
    border-bottom: 6px solid #000 !important;
    border-right: none !important;
    padding: 0px 0px 33px 0px !important;
  }
  .h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 854px) {
  .innerContent {
    flex-direction: column;
  }
  .innerContent .accountImg {
    padding: 25px 0px 0px 0px !important;
  }
  .innerContent .h2 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 768px) {
  .loginContainer {
    padding: 0px !important;
  }
  .loginFormRow input {
    width: 100% !important;
  }
  .loginVideo {
    padding: 0px 15px !important;
  }
  .mainHeading {
    font-size: 34px !important;
  }
  .innerBox h4 {
    font-size: 28px !important;
  }
  .innerBox p {
    font-size: 24px !important;
  }
  .loginFormRow h4 {
    font-size: 20px !important;
  }
  .loginFormRow input {
    font-size: 18px !important;
  }
  .loginFormRow button {
    height: 45px !important;
    line-height: 0px !important;
    padding: 0px 38px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .loginVideo video {
    margin-top: 2rem !important;
  }
  .innerContent h3 {
    font-size: 22px !important;
  }
  .innerContent .h3, .innerContent h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 356px) {
  .recaptcha {
    overflow: hidden;
  }
}/*# sourceMappingURL=loginPage.module.css.map */