#login {
    width: 350px;
    padding: 0px;
}
#loginform div.g-recaptcha {
    margin: 10px auto 30px auto;
}
body.login {
    background: #FFFFFF;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
}

.login h1 a {
    background: none;
    background-image: none;
    height: auto;
    width: 100%;
}

.login h1 a img {
    max-width: 100%;
    padding-bottom: 10px;
    margin: auto;
    display: block;
}

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #4A8688;
    background-color: #B6D4D8;
}

.login form {
    background: #B6D4D8;
}

.wp-core-ui .button-primary {
    background: #4A8688;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
	text-shadow: none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.wp-core-ui .button-primary:hover {
    background: #5d9d9e;
}
.login #backtoblog a, .login #nav a {
    color: #4A8688;
}
.login #backtoblog a:hover, .login #nav a:hover {
    color: #4A8688;
}

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: #4A8688;
    box-shadow: 0 0 2px #4A8688;
}