body {
	background-color: #195C8C;
	height: 100%;
	font-family: 'Roboto', sans-serif;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

img
{
	max-width: 100%;
	max-height: 100%;
}

.loginpage-top
{
	min-height: 200px;
	width: 100%;
	background-color: #fff;
	padding: 15px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.loginpage-top img
{
	max-width: 100%;
	max-height: 100%;
}

.form-signin
{
	max-width: 500px;
	margin: 50px auto;
	text-align: center;
}

.form-signin input
{
	text-align: center;
	height: 62px;
	border: 0px;
	border-radius: 0px;
}

.login-title
{
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 50px;
	text-align: center;
}

.field-loginform-rememberme
{
	font-size: 12px;
	color: #B3B3B3 !important;
}

.field-loginform-rememberme .cbx-label
{
	color: #B3B3B3 !important;
}

.field-loginform-rememberme .cbx
{
	color: #B3B3B3 !important;
	box-shadow: none !important;
	border: 0px;
	background: #FFFFFF !important;
	border-radius: 0px;
}

.field-loginform-rememberme .cbx-icon
{
	margin: 0px;
}

.field-loginform-rememberme .cbx-icon i
{
	top: 3px;
}

.form-signin .help-block-error
{
	color: #fff !important;
}

.field-loginform-recaptcha
{
	height: 0px;
	margin: 0px;
}

.form-signin a
{
	color: #fff;
	text-transform: uppercase;
}

.btn-login
{
	border: 2px solid #EBEBEB;
	background-color: #EBEBEB !important;
	font-weight: 700;
	color: #195C8C !important;
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.btn-login span
{
	margin-left: 15px;
}

.btn-login:hover
{
	color: #EBEBEB !important;
	background-color: #195C8C !important;
}

@media (max-height: 750px) {
	.btn-login
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.login-title
	{
		margin-top: 30px;
	}
	.form-signin {
		margin: 30px auto;
	}
}

@media (max-height: 650px) {
	.loginpage-top
	{
		min-height: 140px;
	}
	.login-title
	{
		margin-top: 20px;
	}
	.form-signin {
		margin: 20px auto;
	}
}


@media (max-height: 560px) {
	.loginpage-top
	{
		min-height: 70px;
		padding: 10px 15px;
	}
	.form-signin input
	{
		height: 40px;
	}

	.login-title
	{
		margin-top: 20px;
		font-size: 20px;
	}
	.form-signin {
		margin: 20px auto;
		margin-bottom: 30px;
	}
}