body .helpdeskwp-register,
body .helpdeskwp-login {
  width: 47%;
  margin: 50px 0;
  float: left;
  background: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  border: 1px solid #dbe0f3;
  box-shadow: 0 0 20px -15px #344585;
  margin-right: 3%;
}
body .helpdeskwp-register input[type="text"],
body .helpdeskwp-register input[type="email"],
body .helpdeskwp-register input[type="password"],
body .helpdeskwp-login input[type="text"],
body .helpdeskwp-login input[type="email"],
body .helpdeskwp-login input[type="password"] {
  border: 1px solid #8fa3f1;
  border-radius: 7px;
  padding: 10px 20px;
  color: gray;
  line-height: 1.5 !important;
  font-size: 1rem;
  width: 100%;
  background: transparent;
}
body .helpdeskwp-register [type="submit"],
body .helpdeskwp-login [type="submit"] {
  margin: 18px 0;
  background: #0051af;
  border: 1px solid #0051af;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: all .3s;
  cursor: pointer;
  height: 42px;
}
body .helpdeskwp-register [type="submit"]:hover,
body .helpdeskwp-login [type="submit"]:hover {
  background: #fff;
  color: #0051af;
}
body .helpdeskwp-register [type="submit"]:focus,
body .helpdeskwp-login [type="submit"]:focus {
  background: #0051af;
  color: #fff;
}
body .helpdeskwp-register label,
body .helpdeskwp-login label {
  margin: 14px 0 8px;
  color: gray;
  font-size: 14px;
}

.helpdeskwp-login p {
  margin: 0;
}

#helpdesk-err-msg {
  color: #f39e9e;
  margin: 10px 0;
}

/*# sourceMappingURL=login.css.map */
