.errorMessage {
    font: normal 11px arial;
    color: #ff0000;
    display: block;
    margin: -15px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
  }

  #error2 {
    color: red;
  }

  .signup-headingbg {
    background: none;
  }

  .signupbox h4 {
    margin: 0;
    padding: 14px 0 0 0;
    font-weight: 600;
    color: #357ebd;
    font-size: 17px;
  }

  .signupbox a:hover {
    color: #468bd8;
    opacity: 0.7;
  }

  .refreshbutton {
    width: 36px;
    background: url(../image/refresh.jpg);
    height: 31px;
    border-radius: 5px;
    background-position: center;
  }

  .captchaImage {
    margin-bottom: 5px;
    width: 108px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    padding-left: 0;
  }

  .rederror {
    display: none;
  }

  
  .otpMsg {
    display: block;
    text-align: center;
    color: green;
  }

  .btnDisable1 {
    pointer-events: none;
    background: grey;
  }

  .inactiveLink {
    pointer-events: none;
    cursor: default;
    color: #a6a6a6 !important;
  }

  #resetContainer {

    width: 600px;

  }

  #wwctrl_submit {
    text-align: center !important;
  }

  /*CSS for new forget password*/
  #emailError {
    position: absolute;
    top: 34px;
    color: red;

  }

  #otpError {
    position: absolute;
    top: 5px;
    left: 125px;
    color: red;
}
  

  #modal_footer {
    text-align-last: center;
    display: block;
    align-items: center;
    justify-content: flex-end;
  }

  .enter_otp {
    color: #2457a3;
    font-weight: 500;
    text-align: center;
  }

  #enterCaptcha {
    position: absolute;
    top: 33px;
    color: red;
  }

  .genotp {
    font-weight: 500;
    text-decoration: underline;
    width: 50%;
    text-align: center;
  }

  #wwgrp_emailId {
    width: 100%;
  }

  #wwgrp_otp {
    width: 50%;
  }

  .gen_forget_otp {
    width: 50%;
    text-align: center;
  }

  #wwgrp_captcha {
    width: 50%;
  }

  .reset_captcha {
    width: 50%;
  }

  /* .body_color {
    background: url(../image/gettyimages-458590886-640x640.jpg) top center repeat;
  } */

  .invalid_reset {
  color: red;
  text-align: left;
  /* position: absolute;
  top: 110px;
  left: 21px; */
}

#otpMsg {
  position: absolute;
  top: 40px;
  color: red;
}

#enterCaptcha {
  position: absolute;
  top: 33px;
  left: 0px;
  color: red;
}
#generateOtpBtn{
  text-decoration: underline !important;
  font-size: 16px !important;
  font-weight: 500;
}

#generateResetPasswordLink{
  text-decoration: underline !important;
  font-size: 16px !important;
  font-weight: 500;
}

/*start css for signup new theme    */
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mb-15, .my-15 {
  margin-bottom: 1.75rem !important;
  margin-top: 1.75rem !important;
}
.d-flex {
  
  display: flex !important;
}
.text-center {
  text-align: center !important;
}
a, button {
  outline: 0 !important;
}
a {
  color: #1BC5BD;
  text-decoration: none;
  background-color: transparent;
}
.max-h-75px {
  max-height: 75px !important;
}
.mb-20, .my-20 {

  text-align: center;
}
.text-muted {
  color: #B5B5C3 !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
h3, .h3 {
  font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.form-control.form-control-solid {
  background-color: #F3F6F9;
  border-color: #F3F6F9;
  color: #3F4254;
 
}
.h-auto {
  height: auto !important;
}
.pl-8, .px-8 {
  padding-left: 2rem !important;
}
.pr-8, .px-8 {
  padding-right: 2rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}
.pt-4, .py-4 {
  padding-top: 1rem !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.form-group {
  margin-bottom: 1.75rem;
}
.checkbox-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn.btn-primary{
  color: #FFFFFF;
  background-color: #0BB7AF !important;
  border-color: #0BB7AF !important;
  background: linear-gradient(60deg, #0BB7AF, #0BB7AF);
  box-shadow: none;
}
.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
  color: #FFFFFF;
  background-color: #0BB7AF !important;
  border-color: #0BB7AF !important;
}
.pl-9, .px-9 {
  padding-left: 2.25rem !important;
}
.pr-9, .px-9 {
  padding-right: 2.25rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}
.mt-3, .my-3 {
  margin-top: 0.75rem !important;

}
.mr-4, .mx-4 {
  margin-right: 1rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 1.25rem !important;
}


#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}
#loading-image {position: absolute;top: 40%;left: 55%;z-index: 100; width:10%;}

#loadingInner {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}
#loading-image-inner {position: absolute;top: 33%;left: 48%;z-index: 100; width:5%;}