body {
  background: url("../img/client-bg.jpg") center no-repeat;
  background-size: cover; }
  body .main-container {
    background: none;
    margin-top: 0px;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0); }
    body .main-container #password-section {
      padding-bottom: 0;
      padding-top: 0; }
      body .main-container #password-section .main-block {
        position: relative;
        margin-top: 210px; }
        body .main-container #password-section .main-block .login-logo {
          margin-bottom: 40px; }
        body .main-container #password-section .main-block h1 {
          font-size: 22px;
          font-weight: bold;
          line-height: 30px;
          color: #1D1D1B !important;
          text-transform: none;
          margin-bottom: 15px; }
        body .main-container #password-section .main-block .text {
          color: #1D1D1B;
          margin-bottom: 30px;
          font-size: 14px;
          font-weight: 300; }
        body .main-container #password-section .main-block .after-submit {
          border-radius: 19px;
          margin: 0 auto;
          background: #fff;
          max-width: 640px;
          padding: 50px 60px 35px 60px;
          display: none; }
          body .main-container #password-section .main-block .after-submit .title, body .main-container #password-section .main-block .after-submit .title2 {
            font-weight: bold; }
          body .main-container #password-section .main-block .after-submit .title2 {
            color: #21B8EC; }
        body .main-container #password-section .main-block form {
          border-radius: 19px;
          margin: 0 auto;
          background: #fff;
          max-width: 640px;
          padding: 50px 60px 35px 60px; }
          body .main-container #password-section .main-block form label.error {
            color: red;
            font-size: 12px;
            margin-top: -15px;
            display: block;
            text-align: left; }
          body .main-container #password-section .main-block form .title {
            text-align: center;
            font-size: 22px;
            line-height: 33px;
            color: #1D1D1B;
            margin-bottom: 30px; }
          body .main-container #password-section .main-block form i {
            margin-left: -5px; }
          body .main-container #password-section .main-block form .line {
            margin-left: 108px; }
          body .main-container #password-section .main-block form input[type="submit"] {
            width: 200px;
            display: flex;
            justify-content: center;
            margin-bottom: 19px; }
          body .main-container #password-section .main-block form .forgot {
            margin-bottom: 30px; }
            body .main-container #password-section .main-block form .forgot a {
              color: #666666;
              font-size: 12px;
              text-decoration: none !important; }
              body .main-container #password-section .main-block form .forgot a:hover {
                color: #21B8EC; }
          body .main-container #password-section .main-block form .bottom-text {
            max-width: 505px;
            text-align: center;
            margin: 0 auto 0px auto; }
            body .main-container #password-section .main-block form .bottom-text h2 {
              color: #21B8EC;
              text-transform: uppercase;
              font-weight: 500;
              font-size: 35px;
              margin-top: 100px; }
            body .main-container #password-section .main-block form .bottom-text p, body .main-container #password-section .main-block form .bottom-text a {
              font-size: 14px;
              line-height: 18px; }
            body .main-container #password-section .main-block form .bottom-text a {
              font-weight: bold;
              color: #21B8EC !important;
              text-decoration: none !important; }

.g-recaptcha {
  display: none !important;
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }

.modal-window {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11111; }
  .modal-window .body-modal {
    max-width: 856px;
    height: 500px;
    background: #fff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    margin: 10% auto 0 auto;
    position: relative; }
    .modal-window .body-modal .close-password {
      width: 24px;
      height: 24px;
      background: url("../img/close-password.png") no-repeat right;
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }
    .modal-window .body-modal img {
      margin-bottom: 34px; }
    .modal-window .body-modal .text {
      width: 404px;
      font-weight: 500;
      font-size: 22px;
      line-height: 32px;
      color: #333333; }

footer {
  background: none;
  padding-top: 0; }
  footer .copy {
    text-align: center; }

@media (min-width: 1400px) and (max-width: 1599px) {
  #password-section form .line {
    margin-left: 35px !important; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  #password-section form .line {
    margin-left: 0px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #password-section form input {
    width: 100% !important; }
  #password-section form input[type="submit"] {
    width: 278px !important; }
  #password-section form .line {
    margin-left: 0px !important; } }
@media (max-width: 991px) {
  .main-container #password-section .main-block .text {
    margin-bottom: 40px; }

  .main-container #password-section .main-block form .forgot {
    margin-bottom: 0; }

  .main-container #password-section .main-block form .bottom-text h2 {
    margin-top: 40px; }

  #password-section {
    padding: 0 30px; }
    #password-section form input {
      width: 100% !important; }
    #password-section form input[type="submit"] {
      width: 278px !important; }
    #password-section form .line {
      margin-left: 0px !important; }

  .modal-window .body-modal {
    max-width: 100%; } }
.spinner-border {
  display: none;
  margin: 0 auto; }

@media (max-width: 575px) {
  h1 {
    margin-bottom: 30px !important; }

  .main-block {
    margin-top: 40px !important; }

  .modal-window .body-modal .text {
    width: 100%; }

  #password-section {
    padding: 0; }
    #password-section form input[type="submit"] {
      width: 100% !important; }

  #forgotPassword-form {
    padding: 15px !important; } }

/*# sourceMappingURL=password.css.map */
