body {
  background: transparent; }

body::before {
  content: '';
  position: fixed;
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #131f29; }

#login {
  width: 320px;
  padding: 8% 0 0;
  margin: auto; }
  #login input {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background-color: #000000;
    background-color: transparent;
    color: #f4f4f4;
    font-size: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 00px;
    border-style: solid;
    border-color: #f4f4f4; }
  #login label:before {
    position: absolute;
    bottom: -6px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    left: 0;
    text-align: left;
    color: #f4f4f4; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 13px; }

.login h1 {
  text-align: center; }
  .login h1 a {
    background-image: url(../images/buweb.png);
    background-size: 280px;
    width: 280px;
    height: 280px; }
.login form {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #000000;
  background-color: transparent;
  background-position: left top;
  background-repeat: repeat; }
.login p label {
  color: #131f29; }

#user_login {
  background: url(../images/user.png) no-repeat left center; }

#user_pass {
  background: url(../images/key.png) no-repeat left center; }

.forgetmenot label {
  color: #f4f4f4 !important;
  font-weight: lighter; }

#loginform #wp-submit {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  height: auto;
  border-radius: 4px;
  background-color: #384c5c;
  background-color: rgba(56, 76, 92, 0);
  text-shadow: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 100%;
  float: none;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  font-weight: lighter;
  margin-top: 20px; }
  #loginform #wp-submit:hover {
    color: #384c5c;
    background-color: #f4f4f4; }

#nav, #backtoblog {
  display: none; }

/*# sourceMappingURL=wp-login.css.map */
