.login {
	background: #F8FCCB !important;
}

.login .content {
	border-radius: 32px 32px 32px 32px !important;
}

.login .content h3 {
	color: #455C79 !important;
}

.login .content .form-control {
	border-radius: 20px !important;
}

.btn-success {
	background: #455C79 !important;
	border-color: #455C79 !important;
	border-radius: 20px !important;
}

.login .content .form-actions {
	border-bottom: 0px !important;
}

.login .content .form-actions .btn-default {
	border-radius: 20px !important;
	border: 1px solid #455C79 !important;
}

.login .content .form-actions .btn-default:hover {
	color: #455C79 !important;
}

.login .content .create-account p a {	
	color: #455C79 !important;
}

.login .copyright {
	color: #455C79 !important;
}

