html {
	height: 100%;
	width: 100%;
}

body {
	color: #000;
	font: 20px/20px "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	min-height: 600px;
	width: auto; 
	margin: 0;
	padding: 0;
}

div { box-sizing: border-box; }

form {
	margin: 0;
	padding: 0;
}

a,
.checkbox label {
	color: #19a9d8;
	transition: 0.2s all;
	text-decoration: none;
	-webkit-transition: border-bottom-color 0.2s linear;
	transition: border-bottom-color 0.2s linear;
	transition: 0.2s all;
}

a:hover,
.checkbox label:hover {
	color: #037398; 
	text-decoration: none;
	border-bottom: 1px dashed;
}

h1 {
	font: 20px/20px "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

table { border-collapse: collapse; }
img { border: medium none; }
input { outline: none; }
input::-ms-clear { display: none; }
.clear { clear: both; }
#panel { position: relative; }

body { 
	background-image: url("images/background.jpg"); 
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center center;
}
.wrapper {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
}
#page_content {
	margin: auto;
	top: 0;
	bottom: 0;	
	left: 0;
	right: 0;
	z-index: 300;
	background: #fff; 
	padding: 30px 60px;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	font: 13px/20px "Open Sans",Helvetica,Arial,sans-serif;
	position: relative;
}
#page_content #logo { 
	display: block;
	height: 100px;
	width: 330px;
	background: url(images/logo.png) center no-repeat;
	background-size: contain;
	margin: 0 auto;
	position: absolute;
	top: -140px;
}
#page_content #content { }
#page_content .form-group input {
	padding: 15px;
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 2px;
	width: 300px;
	font: 15px/20px "Open Sans",Helvetica,Arial,sans-serif;
}
#page_content .form-group { 
	margin-top: 25px; 
}
#page_content .form-group label {
	color: #000;
	margin: 0 15px;
	line-height: 30px;
	position: relative;
}

.checkbox {
	margin: 15px 0;
	color: #fff;
	padding-left: 32px;
}
.checkbox label { 
	cursor: pointer; 
	border-bottom: 1px dashed;
	transition: 0.2s all;
}
.checkbox label:hover {
	text-decoration: none;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: -32px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	background: #efefef;
}
input[type=checkbox] {
	display: none;
}
.checkbox label:before {
	border-radius: 3px;
}
input[type=checkbox]:checked + label:before {
	content: "\2714";
	font-size: 15px;
	color: #19a9d8;
	text-align: center;
	line-height: 20px;
}
.log-popup-footer { margin-top: 35px;}
input.login-btn,
button.login-btn {
	display: block;
	line-height: 44px;
	padding: 0 45px;
	margin-top: 12px;
	color: #fff;
	font-size: 15px;
	border-radius: 2px;
	background-color: #2fc6f7;
	transition: 0.2s all;
	border: none;
	cursor: pointer; 
}
input.login-btn:hover,
button.login-btn:hover {
	background-color: #19a9d8;
}
.forgot_link,
.login-links {
	float: right;
	margin-right: 0;
	line-height: 44px;
}
.forgot_link a {

}

.fp_form { }
.fp_form_inner { max-width: 330px; }
.fp_title { font-size: 18px; padding-bottom: 15px; }

#copyright {
	color: #fff;
	font: 11px "Open Sans",Helvetica,Arial,sans-serif;
	width: 100%;
	text-align: center;
	bottom: 20px;	
	position: absolute;
	z-index: 300;
	white-space: nowrap;
}

::-webkit-input-placeholder {color:#e4e4e4;}
::-moz-placeholder          {color:#e4e4e4;}/* Firefox 19+ */
:-moz-placeholder           {color:#e4e4e4;}/* Firefox 18- */
:-ms-input-placeholder      {color:#e4e4e4;}

.ics {
	color: #59bfbe;
	transition: 0.2s all;
}
.ics:hover { 
	color: #5bb348; 
}