.login {
	background: #DADCE0 !important
}

.login .content {
	background: #ECEEF1 !important
}

.login .content h3 {
	color: #F36A5A !important;
}

.btn-success {
	background: #F36A5A !important;
	border-color: #F36A5A !important;
}

.login .content .form-actions .btn-default {
	border: 1px solid #F36A5A !important;
}

.login .content .form-actions .btn-default:hover {
	color: #F36A5A !important;
}

.login .content .create-account {
	background: #5C9BD1 !important;
}

.login .copyright {
	color: #333333 !important;
}