/*html, body {
	height: 100%;
}
body {
	background: radial-gradient(70% 70%, #505fbf, #101f6f) no-repeat;
}*/

.form-auth {
	width:380px;
	color:#fff;
	background:#303f9f;
	border-radius:4px;
	padding:15px 35px;
	margin: 10% auto 0;
	box-shadow: 0px 0px 7px #303f9f;
}

.form-auth form {
	margin-top:30px;
}

.form-auth .header
{
	margin-top:15px;
	margin-bottom:20px;
	font-size:1.5em;
}

.form-auth  .btn-primary {
	background: #3f51b5 ;
}

.form-auth  .btn-primary:hover {
	background: #4f61c5;
}

body {
	background: #ccc;
}