body.login {
    background-color: #303030;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.login h1 a {
    background-image: url('../img/logo.png');
    background-size: 100%;
    background-position: center;
    width: 302px;
    padding-bottom: 0;
    height: 168px;
    margin-bottom: 10%;
}

.login #login_error, .login .message, .login .success {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.6);
	margin: 10% 0;
}

.login form {
    margin-top: 10%;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
	border-radius: 10px;
}

.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
	text-transform: uppercase;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
	background: rgba(255, 255, 255, 0.4);
}

.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 16px;
    line-height: 1.33333333;
    width: 100%;
	border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	text-transform: uppercase;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #ffffff;
}

.login #backtoblog a:hover, .login #nav a:hover {
    color: #cccccc;
}