/* WP LOGIN PAGE */

.login.wp-core-ui a {
  /* color */
}

.login.wp-core-ui #login h1 a {
  background-image: url('img/profile-logo.png') !important;
  max-width: none !important;
  max-height: none !important;
  margin-bottom: 30px!important;
}

.login.wp-core-ui #login input[type="submit"] {
  /* background, border-color*/
  text-shadow:none;
}

.login.wp-core-ui #login input[type="submit"]:hover {

}

.login.wp-core-ui #login input[type="text"]:focus,
.login.wp-core-ui #login input[type="password"]:focus,
.login.wp-core-ui #login input[type="checkbox"]:focus {
  border-color:#888;
}

body.login #loginform input[type="checkbox"]:checked::before {
  /* color */
}

.login.wp-core-ui .n-row.wplogin-footer .ui-btn.signup {
  color:#fff!important;
}