button:disabled {
  cursor: not-allowed;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px;
  overflow: hidden;
  max-width: 400px;
}
@-webkit-keyframes animatetop {
  from {
     top:-300px;
      opacity:0
 }
  to {
     top:0;
      opacity:1
 }
}
@keyframes animatetop {
  from {
     top:-300px;
      opacity:0
 }
  to {
     top:0;
      opacity:1
 }
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 0px;
}
.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
.modal-header {
  padding: 20px;
  background-color: #1a8d1a;
  color: white;
  text-align: center;
}
.modal-body {
  padding: 20px;
  text-align: center;
}
span.successMsg {
  display: flex;
  justify-content: center;
}
.modal-header img {
  height: 80px;
}
.modal-body a {
  background: #1a8d1a;
  color: #fff;
  margin-right: 10px;
  padding: 8px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 0 15px 30px rgb(50 50 50 / 21%);
    -moz-box-shadow: 0 15px 30px rgba(50,50,50,.21);
    box-shadow: 0 15px 30px rgb(50 50 50 / 21%);
}
.modal-body p
{
  margin-bottom: 20px;
}
.modal-body p:nth-child(2) {
  margin-bottom: 30px;
}
a
{
  text-decoration: none;
  cursor: pointer;
}
span.errorMessage {
  position: absolute;
  left: 0;
  bottom: 0;
  color: red;
  font-size: 12px;
}
.form-control {
  position: relative;
}
.successMessage
{
  position: absolute;
  left: 0;
  bottom: -12px;
  color: green;
}
span.forgot_pass a:active
{
  color: #883cb6;
}
.modal-1
{
  display: none;
}
.modal-1 .modal-body {
  padding: 0;
}
img.loader {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
span.passwordMsg {
  font-size: 10px;
  margin-left: 3px;
}
.modal-body .cancelBtn
{
  background: #a5a9a5 !important;
}
.disabledMail input
{
  cursor: not-allowed;
}
span.title_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.headerTop span {
  /* font-size: 22px; */
  font-weight: 500;
  margin-left: 10px;
  vertical-align: super;
}
.registerbtn, .loginbtn {
  background-color: green;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-size: 20px;
}
.form-control.recaptcha-new {
  display: grid;
  justify-content: center;
}
.form-control.recaptcha-new span.errorMessage {
  position: relative;
}
.terms-conditions span.errorMessage {
  bottom: -12px;
}
.terms-conditions {
  margin-bottom: 18px;
}
.terms-conditions input {
  cursor: pointer;
}
.terms-conditions label {
  font-weight: 400 !important;
  font-size: 14px;
}
.terms-conditions a {
  font-weight: 500;
}
a:hover
{
  opacity: .9;
}