/*.login .content {
	margin-top:0px;
	border-radius: 0px 0px 7px 7px;
}
.logo {
	width: 400px;
	background-color: #001476;
	border-radius: 7px 7px 0px 0px;
	margin-bottom: 0px !important;
}*/

.login .content {
	margin-top:0px;
	border-radius: 7px;
}
.logo {
	width: 400px;
	background-color: #fff;
	border-radius: 7px;
	margin-bottom: 20px !important;
}

body.login {
	margin-top: 20px !important;
}

/*.login .content {
	margin-top:0px;
	border-radius: 7px;
	background-color: #001476;
}
.login .content h3, .login .content h4 {
	color: #fff !important;
}
.login .content .form-actions{
	border-bottom: none;
}
.logo {
	width: 400px;
	background-color: #fff;
	border-radius: 7px;
	margin-bottom: 20px !important;
}*/