html, body {
	height: 100%;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	background: #FAFAFA;
	background-size: cover;
	animation-name: fadeIn;
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
body > .container {
	position: relative;
	top: 13%;
	width: 330px;
}
.form-control {
	height: 45px !important;
	border-bottom: 2px solid #d1d1d1;
}
.btn-primary {
	width: 100%;
}
form {
	width: 230px;
	margin: auto;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #cccccc;
	line-height: 45px !important;
	height: 45px !important;
	padding: 5px 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px !important;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	padding: 5px 0;
}
input, button {
	height: 45px;
	margin-top: 15px;
}
a {
	color: #326496;
	text-decoration: underline;
	font-size: 80%;
}
.alert {
	margin-top: 20px !important;
}
::-webkit-input-placeholder {
   color: #666 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #666 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666 !important;
}
:-ms-input-placeholder {  
   color: #666 !important;
}