html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background: #007bff;
  background: linear-gradient(to right, #0062e6, #33aeff);
}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-signin .card-title {
  margin-top: 5px;
  text-align: center;
}

.card-title h3 {
  font-size: 1.4rem;
  font-weight: 400;
}

.card-title h5 {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 300;
}

.card-signin .card-login-img-left {
  width: 45%;
  background: scroll center url("../../public/img/wcms_login.jpg");
  background-size: cover;
}

.card-signin .card-plogin-img-left {
  width: 45%;
  background: scroll center url("../../public/img/wcms_plogin.jpg");
  background-size: contain;
}

/* Password input styles */
.round-left {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.round-right {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .card-title h3 {
    font-size: 1.1rem;
    font-weight: 500;
  }
}