body {
	background: #eee !important;	
}

.wrapper {	
	margin-top: 80px;
	margin-bottom: 80px;
}

.form-signin {
	max-width: 380px;
	padding: 20px 35px 15px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);

	.form-signin-heading,
	.checkbox {
		margin-bottom: 30px;
	}

	.checkbox {
		font-weight: normal;
	}

	.form-control {
		position: relative;
		font-size: 16px;
		line-height: 50%;
		height: auto;
		padding: 10px;
		@include box-sizing(border-box);

		&:focus {
			z-index: 0;
		}
	}

	input[type="text"] {
		margin-bottom: 3px !important;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	input[type="password"] {
		margin-bottom: 10px !important;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}
