/* main-body */
body, html{
  background-color: #f1f2f3;
  font-size: 15px;
}
#login{
  padding-top: 60px;
  width: 360px;
}
.login form .forgetmenot{
  margin-top: 6px;
}
.login .forgetmenot label, .login .pw-weak label{
  display: inline-block;
}

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

/* form */
.login form{
  background-color: #f9f9f9;
  box-shadow: none;
  padding: 48px;
}
.login label {
  color: #727272;
  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 #ff74c5 !important;
  border-radius: 35px;
  box-shadow: none !important;
  color: #ff74c5;
  height: auto !important;
  line-height: 1em !important;
  padding: 10px !important;
  text-shadow: none !important;
  text-transform: uppercase;
  width: 100px;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:active, .wp-core-ui .button-primary:focus{
  background-color: #ff74c5;
  color: #fff;
}
#lostpasswordform .button-primary{
  width: 140px;
}

/* nav */
.login #nav{
  color: #f1f2f3;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0;
  text-align: center;
  width: 300px;
}
.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: .9em;
  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: #f1f2f3;
  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;
}

/* Extra Elements */
#bitnami-banner{
  display: none !important;
}
.site-header-top{
  display: none !important;
}
