body {
    background: black;
    height: auto;
}

#login {
    /*background: #f1f1f1;*/
    padding: 40px 20px;
    width: 400px;
    /*-webkit-box-shadow: 10px 10px 32px 0px rgba(135, 135, 135, 1);*/
    /*-moz-box-shadow: 10px 10px 32px 0px rgba(135, 135, 135, 1);*/
    /*box-shadow: 10px 10px 32px 0px rgba(135, 135, 135, 1);*/
}

#login h1 a {
    background-image: url(/wp-content/uploads/2017/04/logo.png);
    margin: 0px;
    width: 100%;
    height: 55px;
    background-size: auto;
}

.login form {
    box-shadow: none;
    padding: 20px;
    margin-top: 0px;
    background-color: black;
    border: none;
    text-align: center;
}

.login label {
    color: #555;
    font-size: 14px;
}

.login form .forgetmenot {
    float: none;
}

.login h3 {
    text-transform: uppercase;
    color: white;
    text-align: center;
}

#login form p.submit {
    margin-top: 15px;
}

.login.wp-core-ui .button-primary, .widget_mo_oauth_widget {
    background: black;
    border-color: white;
    box-shadow: 0 1px 0 black;
    color: #FFF;
    text-shadow: none;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    padding: 7px;
    height: auto;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.widget_mo_oauth_widget {
    text-align: center;
}

p#backtoblog {
    display: none;
}

.intro {
    margin: 70px auto 20px;
    text-align: justify;
}

.wp-core-ui .button.button-large {
    padding: 7px !important;
    border-radius: unset !important;
}

.wp-core-ui .button.button-large:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    box-shadow: none;
}

.wp-core-ui .button-primary:active {
    border-color: black;
}

.login form .input {
    border-radius: unset;
    font-size: 14px;
    padding-left: 20px;
}

.login #nav {
    font-weight: bold;
    margin: 0px;
}

.login #backtoblog a, .login #nav a {
    color: white;
}
