.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
}
.login-form-1 {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3 {
  text-align: center;
  color: #333;
}
.login-form-2 {
  background: RGBA(92, 154, 212, 0.4);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3 {
  text-align: center;
  color: #fff;
}
.login-container form {
  padding: 10%;
}
.btnSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}
.login-form-1 .btnSubmit {
  font-weight: 600;
  color: #fff;
  background-color: #0062cc;
}
.login-form-2 .btnSubmit {
  font-weight: 600;
  color: #ffffff;
  background-color: RGBA(37, 66, 212, 0.4);
}

.login-form-2 .btnSubmit:hover {
  font-weight: 600;
  color: #ffffff;
  background-color: RGBA(37, 184, 44, 0.4);
}

.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.login-form-1 .ForgetPwd {
  color: #0062cc;
  font-weight: 600;
  text-decoration: none;
}

.login-form-2 h3 {
  color: #fff;
}

input[type="checkbox"] {
  width: 50px;
  height: 30px;
}
