/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  background: #ffffff; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #ffffff,
    #2a0845
  ); /* Chrome 10-25, Safari 5.1-6 */
}

body {
  font-family: montserrat, arial, verdana;
  background: transparent;
}

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.oe_signup_form {
  max-width: 100%;
}

#msform fieldset {
  /* background: white; */
  /* border: 0 none; */
  /* border-radius: 0px; */
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  padding: 20px 30px;
  box-sizing: border-box;
  width: 95%;
  margin: 0 3%;
  /* attrs="{'readonly': [('invoice_lines', '!=', [])]}" */
  /* stacking fieldsets above each other */
  position: relative;
}

.signup-check-text > a {
  font-size: 14px;
}
@media (max-width: 540px) {
  .login_wrap_text {
    font-size: 29px;
  }
  .login_wrap_sub_text {
    font-size: 20px;
  }
  .login_wrap {
    height: 830px;
  }
  .login_form_wrapper {
    margin-top: -550px;
  }
}
@media (max-width: 420px) {
  .form-group > input {
    font-size: 15px;
  }
}
@media (max-width: 372px) {
  .form-group > input {
    font-size: 14px;
  }
  .signup-check-text > a {
    font-size: 12px;
  }
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
/* #msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
} */

/* #msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ee0979;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
} */

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #cd9d51;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
.mt100 {
  margin-top: 74px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #cd9d51;
}

#msform .action-button-previous {
  width: 100px;
  background: #00224e;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  /* box-shadow: 0 0 0 2px white, 0 0 0 3px #00224e; */
  color: white;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #cd9d51;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #cd9d51;
  background: #00224e;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #cd9d51;
  color: white;
}

/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}
.dme_link a {
  background: #fff;
  font-weight: bold;
  color: #ee0979;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #c5c5f1;
  text-decoration: none;
}
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
  cursor: default;
  text-decoration: none;
}
#resend_otp {
  color: #285288;
}
#resend_otp:hover {
  text-decoration: underline;
}
.signup_wrapper {
  /* max-height: 120vh; */
  min-height: max-content;
  background: linear-gradient(0deg, rgba(0, 33, 78, 0.74), rgba(255, 255, 255, 0.88)),
   url("/login_page/static/src/icons/shapes.png"), #00214e;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.signup-form-wrapper-col {
  background-color: #eceae8;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 50px;
  border-radius: 15px;
}
.signup-text-wrapper-col {
  /* background: linear-gradient(
      0deg,
      rgba(0, 33, 78, 0.61),
      rgba(78, 22, 0, 0.61)
    ),
    url("/login_page/static/src/img/option5.jpg"), #00214e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .signup_wrapper {
    max-height: 160vh;
  }
}
@media (max-width: 600px) {
  .signup-form-wrapper-col {
    background-color: #eceae8;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
  }
  .mt100{
    margin-top: 50px;
  }
  .signup-text-wrapper-col {
    /* background: linear-gradient(
        0deg,
        rgba(0, 33, 78, 0.61),
        rgba(78, 22, 0, 0.61)
      ),
      url("/login_page/static/src/img/option5.jpg"), #00214e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .oe_login_form, .oe_signup_form, .oe_reset_password_form{
    margin: 0px auto;
  }
}
