body.login {
	background-color: #6452d8;
}

body.login form {
	background-color: white;
	border-radius: 8px;
	border: none;
}

body.login label {
	color: black;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="email"],
body.login input[type="password"] {
	background: #d1caf3;
	border: none;
	font-family: 'Nunito Sans';
}

body.login .message {
	color: white;
	background: transparent;
	border: none;
	box-shadow: none;
	font-family: 'Nunito Sans';
}

body.login .message a {
	color: white;
}

body.login form .forgetmenot {
	float: none;
}

body.login form .forgetmenot #rememberme {
	display: none;
}

body.login form .forgetmenot #rememberme + label::before {
	content: '';
	height: 12px;
	width: 12px;
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #d1caf3
}

body.login form .forgetmenot #rememberme:checked + label::before {
	background-color: #d1caf3;
}

body.login form label {
	font-family: 'Nunito Sans';
}

body.login .button-primary {
	float: none;
	margin-top: 30px;
	border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	background: #634ddc;
	border: none;
	padding: 12px 22px !important;
	line-height: 1 !important;
	font-weight: bold;
	font-family: 'Nunito Sans';
}

body.login form p.submit {
	text-align: center !important;
}

body.login .below-form {
	margin-bottom: 20px;
	text-align: center;
}

body.login .below-form a {
	text-decoration: none;
	color: black;
	font-family: 'Nunito Sans';
}

body.login #nav {
	display: none;
}

body.login #backtoblog {
	text-align: center;
}

body.login #backtoblog a {
	color: white;
	text-decoration: none;
}

body.login #backtoblog a:hover {
	color: white;
}