/* Change background color and font family */
body {
  background: url(../image/wallup-26269.jpg) no-repeat center;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
/*  background-image: url(../image/boundless-intro.png); */
  background-image: none;
  width: 340px;
  height: 110px;
  background-size: 360px 130px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #fff;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
.login form{
background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
padding:26px 24px 20px;
}

.login #backtoblog, .login #nav {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    margin: 0 !important;
}

.login #nav {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    padding: 2px 24px 5px;
}
.login #backtoblog, .login #nav{
    padding:0 0 12px 20px; 

}

.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #fff;
 width: 45%;
}
.login #backtoblog a:hover, .login #nav a:hover {
  color: #f9f9f9;
}
 
.wp-core-ui .button-primary {
  background: #2082ce;
   width : 100%;
}
.wp-core-ui .button-primary:hover {
  background: #499ee0;
}
.forgetmenot {
    float: left;
    width: 100%;
}
.submit {
    float: left;
    width: 100% !important;
}


.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    font-size: 20px;
    height: 45px;
    line-height: 42px;
}





input[type="text"]:focus, input[type="search"]:focus, input[type="radio"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, select:focus, textarea:focus{border-color:#00BFBF!important;}