  body {
  background: url(../images/hrms-bg.jpg)no-repeat;
  background-size:cover;
}
.form-illus {
  width: 100%;
  border-radius: 15px 0px;
  position: relative;
  right: -1rem;
}
.hrms .card{
  border-radius: 15px;
}
.hrms .logo {
  width: 100%;
  margin-bottom: 3rem;
}

.hrms .logo img {
  width: 200px;
  margin: auto;
  display: block;
}
.hrms input {
  border-radius: 20px;
  border: solid 2px #474747;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.hrms button {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: auto;
  border-radius: 30px;
  padding: 10px;
  background-color: #3098BD;
  text-align: center;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.hrms button:hover {
  padding: 10px;
  background-color: #187da2;
}
.small a {
  color: inherit;
  text-decoration: none;
}
.invalid {
  border-color: rgb(223, 15, 15) !important;
}
.err-msg,
.password-msg {
  display: none;
  color: rgb(223, 15, 15);
}
@media (max-width:767px) {
  .form-illus {
    display: none;
  }
  .hrms .card {
    width: 95%;
    margin: auto;
  }
  body {
    background: url(../images/hrms-bg.jpg) no-repeat;
    height: 100vh;
}
}