﻿html,
body {
	height: 100%;
}
.footer-info-div {
	background: #20a8d8;
	height: 30px;
	color: #fff !important;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	text-decoration: none !important;
	padding-top: 5px;
}
a {
text-decoration:none!important;
}
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: 40px;
	padding-bottom: 40px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/img/background.jpg) no-repeat center top;
	background-size: auto;
	position: fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
}
.form-signin {
	width: 100%;
	max-width: 330px;
	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;
}
.btn-primary {
color: #fff;
background-color: #20a8d8;
border-color: #20a8d8;
}
.btn-primary:hover {
color: #fff;
background-color: #1b8eb7;
border-color: #1985ac;
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #1b8eb7;
border-color: #1985ac;
box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #20a8d8;
border-color: #20a8d8;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #1985ac;
border-color: #187da0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

