/* main-body */
body, html{
  background: url(../img/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  font-size: 15px;
  margin: 0 auto;
  width: 100%;
}
#login{
  padding-top: 48px;
  max-width: 390px;
  width: 85%;
}
.login form .forgetmenot{
  margin-top: 6px;
}
.login .forgetmenot label, .login .pw-weak label{
  display: inline-block;
}

/* icon */
.login h1 a {
  background-image: url(../img/logo.png);
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-size: 180px;
  background-position: center;
}

/* form */
.login form{
  background-color: #fff;
  box-shadow: none;
  padding: 48px;
}
.login label {
  color: #757575;
  display: block;
  margin-bottom: 1em;
}
.login form .input {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  box-shadow: none;
  color: #757575;
  font-size: 1em;
  padding: 12px;
  font-weight: normal;
}

/* button */
.wp-core-ui .button-primary{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: 1px solid #ff75c9;
  border-radius: 0;
  box-shadow: none !important;
  color: #ff75c9;
  height: auto !important;
  line-height: 1em !important;
  padding: 10px !important;
  text-shadow: none !important;
  width: 100px;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:active, .wp-core-ui .button-primary:focus{
  background-color: #ff75c9;
  border: 1px solid #ff75c9;
  color: #f1f2f3;
}
#lostpasswordform .button-primary{
  width: 140px;
}

/* nav */
.login #nav{
  margin: 0 auto;
  margin-top: 24px;
  padding: 0;
  text-align: center;
}
.login #nav a{
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #f1f2f3;
  font-size: 1em;
  text-transform: uppercase;
}
.login #nav a:hover{
  color: #E040FB;
}
.login #backtoblog{
  display: none;
}

/* messages */
#login_error, .login .message{
  background-color: transparent !important;
  border-left: 0 !important;
  box-shadow: none !important;
  color: #bdbdbd;
  font-size: .8em;
  font-style: italic;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.login .message{
  background: transparent;
  border: none;
  box-shadow: none;
}
#login_error a, .login .message a{
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #f1f2f3;
}
#login_error a:hover, .login .message a:hover{
  color: #E040FB;
}
#reg_passmail{
  font-size: .8em;
  font-style: italic;
  margin-top: -12px;
  text-align: center;
}
