html, body{width:100%;min-height:100%;height:100%; background: #f0f0f0;}
body { font-family: 'Verdana', sans-serif; font-size:16px; }
body,div,dl,dt,dd,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding:0px; margin:0px;}
table { border-collapse:collapse; border-spacing:0px;}
fieldset,img { border:0px;}
a { text-decoration:none; outline: 0;}
a:hover { text-decoration:underline;}
ol,ul { list-style-type:none; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6 { font-weight:normal; font-size:100%; padding:0px; margin:0px; }
.clear, .clearfix { clear:both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.hide {display:none;}
.transition2 {-webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out;}
.transition1 {-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.transition06 {-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.transition04 {-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.transition03 {-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.transition02 {-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.transition01 {-webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

.max {
	width: 100%;
	max-width: 995px;
	margin: 0 auto;
}

::-webkit-input-placeholder { 
	font-size: 14px;
	color:#888;
}
::-moz-placeholder {
	font-size: 14px;
	color:#888;
}
:-ms-input-placeholder {
	font-size: 14px;
	color:#888;
}
:-moz-placeholder {
	font-size: 14px;
	color:#888;
}

.body {
	overflow: hidden;
/*	background:url("https://cdn.pixabay.com/photo/2015/05/15/14/47/computer-768696_960_720.jpg") center center / cover; */
}

.flags {
	text-align: center;
	padding: 0 0 20px;
}
.flags a {
	display: inline-block;
	margin: 0 5px;
}
.flags a img {
	display: block;
	width: 100%;
	max-width: 22px;
}
.content {
	display: table;
	width: 100%;
	height: 100%;
}
/* .boxes {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	border: solid 5px #fff;
	border-bottom: none;
	border-right: none;
}
.box {
	flex: 1 0 25%;
	border-bottom: solid 5px #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-right: solid 5px #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 28px;
	color: #fff;
	padding: 0 20px;
}
.box-form {
	flex: 1 0 50%;
	background: #fff;
	padding: 5% 10%;
} */


.box {
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.07);
	border-radius: 50%;
	width: 160px;
	height: 160px;
	position: relative;
	display: inline-block;
	margin: 0;
}
.box > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 15px;
	line-height: 17px;
	color: #333;
}

.boxes {
	display: flex;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding:0;
}

.box-cell {
	display: table-cell;
	position: relative;
	width: 160px;
}

.form-box {
	width: 100%;
}
.left, .right {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.left {
	width:70%;
}
.right {
	width: 30%;
	background: rgba(255,255,255,0.8);
	height: 100%;
	padding: 20px 40px 40px;
}
.l_content {
	max-width: 800px;
	margin: 20px auto;
	color:#000;
	text-align: center;
}
.l_content span {
	display: block;
}
.logo {
	text-align: center;
	padding: 20px 0;
}
.logo img {
	display: inline-block;
	max-width: 100px;
}
h1 {
	font-size: 46px;
	font-family: "Verdana",sans-serif;
	letter-spacing: -1.5px;
	line-height: 55px;
	padding: 40px 0 10px 0;
	font-weight: 600;
}
.l_content h2 {
	font-size: 20px;
	font-family: "Verdana",sans-serif;
	line-height: 30px;
}
.bus-info {
	position: absolute;
	bottom: 15px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
h3 {
	font-size: 20px;
	font-family: 'Verdana', sans-serif;
	text-align: center;
	color: #000;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 30px 0;
}
.form-box input {
	width: 100%;
	font-size: 16px;
	padding: 11px 10px;
	border: solid 1px #cccccc;
}
.form-box input:focus,
.form-box input:hover {
	border: solid 1px #092a5e;	
}
.logBoxInput {
	margin: 0 0 15px 0;
}
.b-discla {
	position: absolute;
	bottom: 10px;
	font-size: 9px;
	line-height: 14px;
	color: #333;
	left: 15px;
}
.but-box {}
.but-box-b {
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	background: #E40028;
	color: #fff;
	line-height: 20px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 13px 30px;
	width: 100%;
}
.but-box-b:hover {
	background: #E1221C;	
}
.free-text {
	border-top: dashed 1px #000;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.free-text strong {
	font-size: 16px;
}
.free-text p {
	padding:0 0 5px 0;
}
.free-text span {
	display: block;
}
.free-text a {
	display: inline-block;
	color:#000;
}
.free-text a:hover {
	text-rendering: underline;
}
.error-box {
	color: #f00;
	font-size: 18px;
	padding: 10px 0 0 0;
}
.error {
	border-color:#f00 !important;
}
.form-footer-links {
	text-align: right;
	padding: 15px 0 0 0;
}
.form-footer-links a {
	font-size: 13px;
	text-decoration: underline;
	color: #000;
}
