@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: #e5e5e5;
  font-family: 'Roboto', sans-serif;
}

html div.spinnerOverlay, body div.spinnerOverlay {
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}

html div.spinnerOverlay svg.svgSpinner, body div.spinnerOverlay svg.svgSpinner {
  color: #3C80B2;
  fill: #3C80B2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

html header, body header {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html header img, body header img {
  margin-top: 25pt;
  margin-bottom: 25pt;
}

html section.new_pro_content, body section.new_pro_content {
  position: relative;
  width: 100vw;
  min-height: calc( 100vh - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 320px) {
  html section.new_pro_content .login_form, body section.new_pro_content .login_form {
    width: 96vw;
  }
}

@media (min-width: 768px) {
  html section.new_pro_content .login_form, body section.new_pro_content .login_form {
    width: 700px;
  }
}

html section.new_pro_content .login_form form, body section.new_pro_content .login_form form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: white;
}

html section.new_pro_content .login_form form#forgotPassFrm, body section.new_pro_content .login_form form#forgotPassFrm {
  display: none;
}

html section.new_pro_content .login_form form h1, body section.new_pro_content .login_form form h1 {
  text-align: center;
  margin: 10px 0 25px 0;
  font-weight: 700;
  font-size: 3rem;
  color: #1f1f1f;
}

html section.new_pro_content .login_form form > input, body section.new_pro_content .login_form form > input {
  border: 0;
  outline: 0;
  margin-top: 25px;
  border: 1px solid rgba(31, 31, 31, 0.15);
}

@media (min-width: 320px) {
  html section.new_pro_content .login_form form > input, body section.new_pro_content .login_form form > input {
    padding: 8px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  html section.new_pro_content .login_form form > input, body section.new_pro_content .login_form form > input {
    padding: 15px;
    font-size: 1.5625rem;
  }
}

html section.new_pro_content .login_form form .remember, body section.new_pro_content .login_form form .remember {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 320px) {
  html section.new_pro_content .login_form form .remember label, body section.new_pro_content .login_form form .remember label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.875rem;
    color: rgba(31, 31, 31, 0.5);
  }
}

@media (min-width: 768px) {
  html section.new_pro_content .login_form form .remember label, body section.new_pro_content .login_form form .remember label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3125rem;
    color: rgba(31, 31, 31, 0.5);
  }
}

html section.new_pro_content .login_form form .remember label input, body section.new_pro_content .login_form form .remember label input {
  margin-right: 15px;
}

html section.new_pro_content .login_form form .remember a, body section.new_pro_content .login_form form .remember a {
  color: #1f1f1f;
  text-decoration: underline;
}

@media (min-width: 320px) {
  html section.new_pro_content .login_form form .remember a, body section.new_pro_content .login_form form .remember a {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  html section.new_pro_content .login_form form .remember a, body section.new_pro_content .login_form form .remember a {
    font-size: 1.3125rem;
  }
}

html section.new_pro_content .login_form form button, body section.new_pro_content .login_form form button {
  cursor: pointer;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  padding: 20px 0;
  border-radius: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEB42B), to(#FD8D26));
  background: linear-gradient(180deg, #FEB42B 0%, #FD8D26 100%);
}

html section.new_pro_content .login_form form .actionsFrm, body section.new_pro_content .login_form form .actionsFrm {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

html section.new_pro_content .login_form form .actionsFrm button, html section.new_pro_content .login_form form .actionsFrm a, body section.new_pro_content .login_form form .actionsFrm button, body section.new_pro_content .login_form form .actionsFrm a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  padding: 20px 0;
  border-radius: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEB42B), to(#FD8D26));
  background: linear-gradient(180deg, #FEB42B 0%, #FD8D26 100%);
  width: 55%;
}

html section.new_pro_content .login_form form .actionsFrm button.cancel, html section.new_pro_content .login_form form .actionsFrm a.cancel, body section.new_pro_content .login_form form .actionsFrm button.cancel, body section.new_pro_content .login_form form .actionsFrm a.cancel {
  background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#707070));
  background: linear-gradient(#707070, #707070);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  margin-right: 5%;
}

html section.new_pro_content .login_form .dont_have, body section.new_pro_content .login_form .dont_have {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #9e9e9e;
}

@media (min-width: 320px) {
  html section.new_pro_content .login_form .dont_have, body section.new_pro_content .login_form .dont_have {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  html section.new_pro_content .login_form .dont_have, body section.new_pro_content .login_form .dont_have {
    font-size: 1.3125rem;
  }
}

html section.new_pro_content .login_form .dont_have a, body section.new_pro_content .login_form .dont_have a {
  margin-left: 15px;
  color: #1f1f1f;
  text-decoration: underline;
}

html footer, body footer {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

html footer p, body footer p {
  color: rgba(31, 31, 31, 0.3);
  margin: 0;
}

@media (min-width: 320px) {
  html footer p, body footer p {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  html footer p, body footer p {
    font-size: 1.125rem;
  }
}

body.enterprise div.spinnerOverlay {
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}

body.enterprise div.spinnerOverlay svg.svgSpinner {
  color: #3C80B2;
  fill: #3C80B2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.enterprise .sub_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body.enterprise .sub_options label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f1f1f;
  font-size: 1rem;
  margin-right: 25px;
}

body.enterprise .sub_options label input[type='radio'] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

body.enterprise .sub_options label input[type='radio']:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid rgba(31, 31, 31, 0.15);
  z-index: 1;
  border-radius: 50%;
}

body.enterprise .sub_options label input[type='radio']:checked:before {
  content: "";
  border: none;
  background: url("../assets/check-blue.svg") no-repeat top left !important;
}

body.enterprise button {
  border: none;
  outline: none;
  padding: 15px 0;
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3A79A8), to(#3C80B2)) !important;
  background: linear-gradient(180deg, #3A79A8 0%, #3C80B2 100%) !important;
}
/*# sourceMappingURL=login.css.map */