body.login 
{
	background: #111;
}
body *:focus
{
	outline: none !important;
	box-shadow: none !important;
}
.login #login
{
	padding: 45px 0 0 0;
}
.login .button-primary
{
	background: #ff0000;
	border: 0 none;
	color: #fff;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	width: 100%;
	margin-top: 10px;
	text-transform: uppercase;
	height: 45px !important;
	padding: 0 !important;
	transition: all 0.4s ease-in-out;
	font-size: 16px;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-shadow: none;
}
.login .button-primary:hover,
.login .button-primary:focus,
.login .button-primary:active 
{
	background: #000 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #fff;
	font-weight: 400;
}
.login form .forgetmenot
{
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	text-align: center;
}
.login form
{
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	border: 0 none;
	border-radius: 1rem;
	position: relative;
	top: auto;
	left: auto;
	text-align: center;
}
.login label
{
	color: #999;
	display: inline-block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.login input[type=text], 
.login form input[type=password]
{
	border: 1px solid #ccc;
	outline: none;
	background: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.login input:focus
{
	background: #fff !important;
}
input:-webkit-autofill, textarea:-webkit-autofill
{
    box-shadow: 0 0 0px 1000px white inset !important;
    background-color: #fff !important;
    color: #666 !important;
}
.login #login h1 a 
{
	background-image: url('logo-boston-impex.svg');
	background-size: 100% auto;
	background-color: transparent;
	width: 100%;
	height: 100px;
	outline: none !important;
	position: relative;
}
.login #nav, .login #backtoblog
{
	margin: 2rem 0 0 0;
	padding: 0;
	float: left;
}
.login #backtoblog
{
	float: right;
}
.login #nav a, .login #backtoblog a
{
	color: #fff;
	font-weight: 400;
	text-shadow: 0px 1px 1px #000;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-shadow: none;
	outline: none;
	/*background: rgba(0,0,0,0.8);
	padding: 8px 19px;*/
}
.login #nav a:hover, .login #backtoblog a:hover
{
	color: #fff;
	text-decoration: underline;
}
.login #login_error, .login .message, .login .success
{
	position: relative;
	width: 296px;
	top: auto;
	background: #e0eff6;
	border: 0 none;
	color: #000;
	text-align: center;
	/* min-height: 55px; */
	border-radius: 5px;
}
.login #login_error a
{
	color: #ff0000;
	text-decoration: underline;
	text-align: center;
}
.login .privacy-policy-page-link
{
	margin-top: 6em;
}