body {

	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	line-height: 1.6rem;
	/*background-color: rgba(245,245,245,0.75);*/
	background-color: rgba(0, 0, 0, 0.075);
}

#login {
	width: 430px;
	background-color: white;
	transform: translateY(4rem);
	padding-top: 0;
	padding-bottom: 1rem;
	/*box-shadow: 0px 0px 5px 5px #bbb;*/
	border: 1px solid rgba(0,0,0,0.1);
}

.login h1 {
	padding-top: 1.5rem;
}

.login h1 a {
	background-image: none,url('assets/img/logo-green.svg');
	background-size: 245px;
	height: 125px;
	width: 430px;
	background-position: center;
}

.login #login_error,
.login .message,
.login .success,
.login form {
	box-shadow: none;
	background-color: rgba(245,245,245,0.75);
}

.login #login_error, .login .message, .login .success {
	padding: 12px 24px 0;
	font-weight: 700;
	color: #666;
}

.login #login_error,
.login .message,
.login .success {
	font-size: 0.85rem;
	border-left: none;
	line-height: 1.6;
	background-color: #FFF;
}

.login #login_error {
	display: none;
}

.login form {
	margin-top: 0;
	padding: 24px 24px 16px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: white;
}


.login form .input,
.login input[type="text"] {
	/*font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	font-size: 1.1rem;*/
	padding: 0.5rem 0.75rem;
	outline: none;
	border: 1px solid #009020;
	/*border-bottom: 3px solid #eee;*/
	width: 100%;
	background-color: #FFF;
	color: rgba(0,0,0,0.85);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
}

.login .button.wp-hide-pw {
	display: none !important;
}

.login form input#wp-submit,
.login form button.wp-generate-pw,
.login form button.wp-generate-pw:hover {
	font-family: inherit;
    width: auto;
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    background-color: #009020;
    border-bottom: none;
    /*padding: 0.5rem 2.25rem 0.5rem 0.75rem;*/
    margin: 0.5rem 0 0 0 !important;
    cursor: pointer;
    border: 1px solid transparent;
    text-shadow: none;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    display: block;
    float: none;
    width: 100%;
}

.login form button.wp-generate-pw {
	border: 1px solid #009020;
	background-color: white;
	color: #009020;
}

.login form p.indicator-hint {
	font-size: 13px;
	line-height: 1.4;
} 

.login form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #009020;;
	background-color: #FFF;
	box-sizing: content-box;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}

input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('assets/img/check.svg');
    background-size: cover;
    left: 4px;
	top: 3px;
}

.login form .forgetmenot {
	display: block;
	float: none;
	position: relative;
	font-size: 0.85rem;
	color: rgba(0,0,0,0.55);
	line-height: 1.5;
}

.login form .forgetmenot label {
	font-size: 0.85rem;
}

#login form p.forgetmenot {
	margin-bottom: 1.5rem;
}

.login #backtoblog,
.login .privacy-policy-page-link {
	display: none;
}

.login #nav {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	text-align: center;
	margin-top: 0.8rem;
	font-size: 15px;
	/*font-size: 0.75rem;*/
	line-height: 1.4;
	color: rgba(0,0,0,0.7);
}

label[for="user_login"] > br,
label[for="user_pass"] > br {
    display: none;
}

.login #nav a,
.login h1 a {
	box-shadow: none;
    position: relative;
}

.login #nav a {
	color: rgba(0,0,0,0.3);
}

.login #nav a:hover,
.login h1 a:hover {
	box-shadow: none;
	color: inherit;
}

#pass-strength-result.strong {
	background-color: #b8c698;
	border-color: #009020;
}

#pass1-text.strong, #pass1.strong {
	border-color: #009020;
}