﻿html, body {
	overflow-x: hidden!important;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	
}
a {
	color: #3c8dbc;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #72afd2;
}/* Layouts */
.wrapper {
	min-height: 100%;
}
.wrapper:before, .wrapper:after {
	display: table;
	content: " ";
}
.wrapper:after {
	clear: both;
}/* Header */
body > .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}/* Define 2 column template */
.right-side,/*right side - contins main content*/ .right-side {
	background-color: #f9f9f9;
	margin-left: 220px;
}
@media screen and (min-width: 992px) { /*Right side strech mode*/
.right-side.strech {
margin-left: 0;
}
.right-side.strech > .content-header {
margin-top: 0px;
} /* Left side collapse */
}/*Give content full width on xs screens*/
@media screen and (max-width: 992px) {
.right-side {
margin-left: 0;
}
}/*   Page: register and login*/
.form-box {width: 360px; background:rgba(255,255,255,0.7); position:absolute; z-index:999; min-height:500px; border-radius:20px; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.form-box .header {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #3d9970;
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
	padding: 20px 10px;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: #173D6A;
}
.form-box .body, .form-box .footer {
	padding: 0 20px;
	background: #fff;
	color: #444;
}
.form-box .body > .form-group, .form-box .footer > .form-group {
	margin-top: 20px;
}
.form-box .body > .form-group > input, .form-box .footer > .form-group > input {
	border: #fff;
}
.form-box .body > .btn, .form-box .footer > .btn {
	margin-bottom: 10px;
}
.form-box { }
@media (max-width: 767px) {
.form-box {
width: 90%;
}
}/**/
.close {
	opacity: 0.5;
}

input.form-control{ box-shadow: none !important; border:1px solid #ddd !important;}
input.form-control:focus {border:1px solid #173d6a !important;}
.form-box h3 { margin:0; text-align:center;}

  .alert {margin-top: 30px !important;}
  .alert  ul {list-style: none; display: inline-block; padding:0;}