.login {
	background: #DADCE0 !important;
}

.login .content h3 {
	color: #E66C71 !important;
}

.btn-success {
	background: #E66C71 !important;
	border-color: #E66C71 !important;
}

.login .content .form-actions .btn-default {
	border: 1px solid #E66C71 !important;
}

.login .content .form-actions .btn-default:hover {
	color: #E66C71 !important;
}

.login .content .create-account {
	background: #0C64A7 !important;
}

.login .content .create-account p a {
	color: #f5faf0;
}

.login .content .create-account .pipe-divider {
	color: #f5faf0 !important;
}

.login .copyright {
	color: #0C64A7 !important;
}