
body {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

html {
  background: #45484d;
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );

    height: 100%;
    width: 100%;
}
html::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.login h1 a {
    display: none;
}

.login form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    margin: 0;
    padding: 12px 24px 20px;
}
.login .message {
    background: #242424 none repeat scroll 0 0;
    color: #fff;
    margin: 0 25px;
    text-align: left !important;
}

.loginfooter {
    position: relative;
    z-index: 100;
}

#login::before {
    color: #fff;
    content: "Guest Login";
    display: table;
    font-size: 35px;
    font-weight: bold;
    height: 100%;
    margin: 0 0 30px;
    padding-top: 50px;
    position: initial;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1000;
}
#login {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    max-width: 540px;
    padding: 5% 0 1px;
    position: relative !important;
    width: 100%;
    z-index: 100 !important;
}
#login_error {
    margin: 0 25px;
    margin-bottom: 2px;
    background: #000000 !important;
}
#backtoblog > a {
    background: #222 none repeat scroll 0 0;
    display: none;
    margin: 0 auto 35px;
    padding: 10px;
    text-align: center;
}
#nav > a {
}
#login > p {
    text-align: center;
    display: none;
}
#wp-submit {
    background: #0091cd none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin-top: -7px;
    padding: 7px 30px;
}

#wp-submit:hover {
    background: #006eaa none repeat scroll 0 0;
}
.login form .input, .login input[type="text"] {
    background: #323232 none repeat scroll 0 0;
    border: 1px solid #444;
    box-shadow: 0 0 10px -6px #000 inset;
    color: #fff;
    font-weight: bold;
    margin: 2px 6px 10px 0;
    padding: 10px;
}
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: #5b9dd9;
    box-shadow: 0 0px 30px -10px rgba(30, 140, 190, 0.8) !important;
}

.cptch_block {
    background: #888 none repeat scroll 0 0;
    clear: left;
    color: #000 !important;
    display: table;
    margin: auto !important;
    padding: 0 0 21px;
    text-align: center;
    width: 100%;
}
.cptch_block > label {
    color: #000;
    font-size: 20px;
}
.cptch_input {
    font-size: 18px !important;
    padding: 3px 10px !important;
}
