 body {
      background-image: url("<?= base_url();?>assets/admin/images/hms/bg-3.png");
      height: 100%;

      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  #btn-submit{
    height:40px;
}
label.error {
    color: red;
    padding-top: 5px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 80%;
}

.auth-form {
    padding: 30px 60px 0px 60px;
}