#login .login-formnas{width: 100%}
  #login .login-formnas h1 {
      font-size: 50px;
      line-height: 1.1em;
      font-weight: 700;
      color: #3f3a64;
  }

  #login .login-formnas .brand-logo {
      display: inline-block;
      text-align: center;
      font-size: 50px;
      line-height: 1.1em;
      font-weight: 700;
      color: #212529;
      margin-bottom: 30px;
      text-transform: capitalize;
      letter-spacing: -1px;
  }

  #login .login-formnas .brand-logo span {
      font-weight: 300;
  }

  #login .login-formnas label {
      font-style: normal;
      font-size: 16px;
      color: #343a40;
      display: block;
      margin-bottom: 10px;
      font-weight: 400;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }

  #login .login-formnas .ptypes label {
      font-style: normal;
      font-size: 16px;
      color: #343a40;
      display: block;
      margin-bottom: 10px;
      font-weight: 400;
      float: left
  }

  #login .login-formnas .form-control {
      background: transparent;
      border-radius: 0px !important;
      padding-left: 35px;
      border: none;
      border-bottom: 2px solid #d8dadc !important;
      color: #777;
  }

  #login .login-formnas .form-control-feedback {
      position: absolute;
      border: 5px !important;
      left: 20px;
      z-index: 2;
      display: block;
      width: 34px;
      height: 34px;
      margin-top: 10px;
      text-align: left;
      pointer-events: none;
  }

  #login .btn-flat {
      font-size: 18px;
      color: #fff;
      width: 100%;
      background: #4361ee;
      border: none;
      height: 55px;
      font-weight: 700;
      border-radius: 6px !important;
      transition: .3s ease;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  }

  #login .has-feedback label ~ .form-control-feedback {
      top: 35px;
  }

  #login .login-formnas .check-remaind input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }

  #login .login-formnas .checkmark {
      position: absolute;
      top: 0px;
      left: 0;
      height: 21px;
      width: 21px;
      background-color: #F5F4F2;
      border-radius: 4px;
  }

  #login .login-formnas p.remember {
      color: #495057;
      line-height: 20px;
  }

  #login .login-formnas .check-remaind input:checked ~ .checkmark {
      background-color: #4361ee;
  }

  #login .form-group {
      margin-top: 5px;
      margin-bottom: 20px;
  }

  #login {
      background-color: #fff;
      border-radius: 10px;
      border: solid 1px #d7d7d7;
      padding: 22px 30px 16px 30px;
  }

#login .loginimg p{margin-top: 20px}
  #login .loginimg {
      text-align: center;
      height: 250px;
      margin: auto;
      display: table;
      margin-top: 74px;
  }


  @media (min-width:320px) and (max-width:640px) {
      #login .loginimg { 
          display: none; 
      }
  }
