  .loginWrapperForm {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /* padding: 1.5rem; */
    max-width: 100%;
    /* background: -webkit-linear-gradient(top, rgba(45, 74, 150, 0.27), rgba(30, 55, 121, 0.75));
    background: -o-linear-gradient(top, rgba(45, 74, 150, 0.27), rgba(30, 55, 121, 0.75));
    background: -moz-linear-gradient (top, rgba(45, 74, 150, 0.27), rgba(30, 55, 121, 0.75));
    background: linear-gradient (top, rgba(45, 74, 150, 0.27), rgba(30, 55, 121, 0.75)); */
  }
  
  .login-bg {
    background: url(../../assets/images/login-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 70vh;
    padding: 1.5rem;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  @media (max-width: 767px) {
    .content-header{
        text-align: center;
      }
  }
   .login-form {
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(234, 234, 234, 0.52);
  }
  
  @media (max-width: 1300px) {
     .login-form {
      max-width: 70%;
    }
  }
  @media (max-width: 991px) {
     .login-form {
      max-width: 100%;
    }
  }
  @media (max-width: 575px) {
     .login-form {
      max-width: 100%;
    }
  }
  
  .login-title {
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 600;
    color: #2d4a96;
  }
  
  @media (max-width: 575px) {
    .login-title {
      font-size: 22px;
      margin-top: .5rem;
    }
  }
  
  .login-text {
    color: #7d7d7d;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
  
  .form-heading {
    color: #fff;
    font-size: 23px;
  }
  
  .panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
  }
  
  .login-form h2 {
    color: #6174d1;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .login-form h2:after {
    display: block;
    width: 30px;
    height: 2px;
    color: #6174d1;
  }
  
  .login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 42px;
    line-height: 50px;
  }
  
  .login-form textarea {
    min-height: 70px;
  }
  
  .login-form .form-group {
    margin-bottom: 15px;
  }
  
  .login-form .form-group input {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
  }
  
  .login-form .form-group .error-msg {
    margin-top: 5px;
    font-size: 12px;
  }
  
  .login-form .btn.btn-primary {
    background: #2d4a96 none repeat scroll 0 0;
    border-color: #2d4a96;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0;
  }
  
  .login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
  }
  
  .login-form .site-logo {
    max-width: 130px;
    margin: auto;
  }
  @media (max-width: 767px) {
    .login-form .site-logo {
      max-width: 100px;
      margin-top:15px;
    }
  
  }
  
  .main-div {
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    /* box-shadow: 0 4px 40px 0 rgba(12, 12, 12, 0.47), 0 7px 10px -5px rgb(63, 77, 148); */
    border-radius: 10px;
  }
  @media (max-width: 575px) {
    .main-div {
      padding: 15px 0;
    }
  }
  
  @media (max-width: 360px) {
    .main-div {
      max-width: 300px;
    }
  }
  
  .main-div .panel a {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(45, 74, 150, 0.52);
    background: #fff;
    display: block;
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
  }
  
  .login-form .upload-logo {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
  }
  
  .login-form .upload-logo label {
    display: inline-block;
    min-width: 70px;
    margin-bottom: 0;
  }
  
  .login-form .upload-logo input {
    line-height: normal;
  }
  
  .main-div .section-title {
    font-weight: 600;
    font-size: 16px;
  }
  
  .check-mail-message {
    border-bottom: 4px solid #6174d1;
  }
  
  .error-msg {
    color: red;
    padding: 5px;
    border: 1px dashed #ffcccc;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
  }
    
  .forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
  }
  
  .forgot a:hover {
    color: #6174d1;
  }
  
  .company-link {
    text-align: end !important;
    color: #2d4a96;
    font-weight: 600;
    font-size: 18px;
    margin: 20px auto 0;
    display: block;
  }
  
  .company-link:hover {
    color: #2d4a96;
    text-decoration: underline;
  }
  
  .botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
  }
  
  .back {
    text-align: left;
    margin-top: 10px;
  }
  
  .back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
  }
  
  /*# sourceMappingURL=app.css.map */