﻿
body {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form-signin {
	width: 100%;
	max-width: 530px;
	padding: 15px;
	margin: 0 auto;
}

	.form-signin .checkbox {
		font-weight: 400;
	}

	.form-signin .form-control {
		position: relative;
		box-sizing: border-box;
		height: auto;
		padding: 10px;
		font-size: 16px;
	}

		.form-signin .form-control:focus {
			z-index: 2;
		}

	.form-signin input[type="email"] {
		margin-bottom: -1px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.form-signin input[type="password"] {
		margin-bottom: 10px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

div.background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('NYLTlogo.jpg');
	background-size: cover;
	background-position: center;
	z-index: -1;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	overflow: hidden;
}

	div.background div.hazy {
		height: 100%;
		width: 100%;
		background: #1f1527; /* For browsers that do not support gradients */
		background: -webkit-radial-gradient(#324549, #1f1527); /* Safari 5.1 to 6.0 */
		background: -moz-radial-gradient(#324549, #1f1527); /* For Firefox 3.6 to 15 */
		background: radial-gradient(#324549, #1f1527);
		opacity: .7;
	}
