/* Custom Login Page CSS */
/* Background */
body.login {
  background: #1F282C;
  background-size: cover;
}
body.login .message {
  width: 100% !important;
  margin: 0 0 32px !important;
  border-radius: 3px !important;
}

/* Logo */
.login h1 a {
  background-image: url("logo.png");
  background-size: 350px 150px;
  width: 350px;
  height: 150px;
  padding-bottom: 20px;
  margin: 0 auto !important;
}

#login {
  width: 400px;
}
#login a {
  color: #B0B6B8 !important;
  font-weight: bold;
  transition: 0.5s;
}
#login a:hover {
  color: #F6F6F6 !important;
}
#login a:active {
  color: #F6F6F6 !important;
}

/* Form */
.login form {
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-top: 0 !important;
  width: 350px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #B0B6B8;
  color: #171717;
  overflow: hidden;
}

.login label {
  color: #171717;
  font-weight: bold;
  line-height: 26px;
}

.login input {
  background: #FFFFFF !important;
  border: none !important;
}

.login input:focus {
  background: #FFFFFF !important;
}

#user-login .input {
  background: #FFFFFF !important;
  border: none !important;
}

#user-login .input:focus {
  background: #FFFFFF !important;
}

.login .button-primary {
  width: 120px;
  float: right;
  background-color: #00AAE5 !important;
  color: #FFFFFF;
  border: 0;
  transition: 0.5s;
}

.login .button-primary:hover {
  background-color: #0079A5 !important;
  color: #FFFFFF;
}

.login .button-primary:active {
  background-color: #0079A5 !important;
  color: #FFFFFF;
}/*# sourceMappingURL=login-style.css.map */