﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 10px
}

/*.bgfade {
	min-height: 550px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5%;
}*/

.center {
	width: 30%;
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.headbar {
	width: 100%;
	height: 30px;
	background-color: #4b716c
}

.fm_bac {
	width: 100%;
	height: auto;
	padding: 30px 0px 30px 0px;
	background-color: #4b716c;
	border-radius: 25px;
	margin-bottom: 10px
}

.logo_image {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.cent_image {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.cent_image_ft {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

h1 {
	font-family: montserrat;
	font-size: 1.5em;
	text-align: center;
	font-weight: 300;
	color: #313233
}

h2.ft {
	font-family: montserrat;
	font-size: 2.0em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #ffffff
}

h2.ftb {
	font-family: montserrat;
	font-size: 2.0em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 0;
}

p.formfield {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center
}

input[type="text"], input[type="password"] {
	width: 70%;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.5em;
	border: none !important
}

input[type="submit"] {
	width: 40%;
	height: 50px;
	border-radius: 25px !important;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #4b716c
}

.bottom_banner {
	background-color: #4b716c;
	height: auto !important
}

@media (min-width:0px) and (max-width:1050px) {

	.center {
		min-width: 90% !important
	}

	input[type="text"], input[type="password"] {
		width: 90%
	}

	input[type="submit"] {
		width: 90%
	}

	h2.ftb {
		font-size: 1.5em;
		padding: 5%
	}

	.headbar {
		height: 10px
	}

	.bgfade {
		padding-bottom: 0px
	}
}

@media (min-width:1051px) and (max-width:1400px) {

	.center {
		min-width: 50% !important
	}

	input[type="text"], input[type="password"] {
		width: 80%
	}

	input[type="submit"] {
		width: 40%
	}
}
