/* Enter Your Custom CSS Here */
.login-username label, .login-password label {
  margin-bottom: 3px;
  float: none;
  font-weight:700;
  display: block;
}

.login-username input {
  width: 300px;
  max-width: 98%;
  margin-bottom: 13px;
}

.login-password input[type="password"] {
  width: 318px;
  max-width: 98%;
  margin-bottom: 13px;
}

#loginform {
  padding-bottom: 20px;
}

#contact-form-103 {
  font-style: italic;
  font-weight: bold;
}