html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	-webkit-touch-callout: none;
	word-wrap: break-word;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin-top: 5px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.row > a {
	color: rgb(0, 42, 106);
}

.row > a:nth-child(1) {
	float: left;
}

.row > a:nth-child(2) {
	float: right;
}

.language {
	position: absolute;
	top: 11px;
	right: 10px;
}

.language a {
	position: relative;
	color: #FFFFFF;
	padding-left: 8px;
	text-transform: capitalize;
}

.language a:hover {
	text-decoration: underline;
}

.error {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	width: 260px;
	color: #FFFFFF;
	background-color: #FF0000;
	border-radius: 3px;
	padding: 20px;
	white-space: pre-line;
}

.header {
	position: absolute;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	background-color: #000;
}

.main {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 40px;
}

.logo {
	position: relative;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.info {
	max-width: 320px;
}

.panel {
	display: inline-block;
	vertical-align: top;
	width: 530px;
	background-color: transparent;
	padding: 10px;
}

.row {
	padding-top: 5px;
	text-align: center;
}

.group {
	background-color: #eff1f2;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 2px;
	width: 300px;
	display: inline-block;
}

.terms {
	margin-top: 15px;
	margin-bottom: 15px;
}

body.privacy {
	background-image: none;
	background-color: #ffffff;
	padding: 15px;
}

.label {
	width: 100px;
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
	word-wrap: break-word;
}

.panel.login {
	width: 320px;
}

.panel.login .label {
	width: 100%;
	text-align: left;
}

.panel.login .input {
	width: 100%;
}

.panel.login input[type="text"], .panel.login input[type="email"], input[type="password"], textarea, button {
	font-size: 15px;
}

.panel.login input[type="text"], .panel.login input[type="email"], input[type="submit"], input[type="password"], select, textarea, button {
	min-height: 40px;
}

.input {
	width: 300px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #c6c6c6;
}

.checkbox {
	border: none;
	line-height: 17px;
}

.checkbox > input {
	vertical-align: bottom;
}

.checkbox > label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.input .submit {
	color: #222222;
	font-size: 12px;
	background-color: #eff1f2;
	font-weight: bold;
	cursor: pointer;
	white-space: pre-line;
}

input[type="text"], input[type="submit"], input[type="password"], input[type="email"], select, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0px;
	margin: 0;
	background-color: transparent;
	padding: 5px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea {
	min-height: 80px !important;
	resize: vertical;
}

span.required {
	color: red;
}

.errorrow {
	color: red;
}

.errorrow div {
	display: inline-block;
	white-space: pre-line;
	text-align: left;
}

.titlerow {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.box {
	display: inline-block;
}

.proof {
	width: 100%;
	text-align: left;
}

.proof.row {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.proof.name {
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
}

.proof.description {
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.input.proof {
	width: 100%;
}

.group.proof {
	text-align: left;
	padding: 0;
	background-color: transparent;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
}

@media (min-width: 1100px) {
	/*desktop*/
}

@media (max-width: 650px) {
	/*mobile*/
	.panel {
		width: 320px;
	}

	.label {
		width: 100%;
		text-align: left;
	}

	.label.padding {
		display: none;
	}

	.input {
		width: 100%;
	}

	.excludemobile {
		display: none !important;
	}
}

.input .send {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  width: 150px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #5f7c9a;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.input .send:hover{
  background-color: #43576C;
}

.input.no-border-no-bg
{
  border: none;
  background: none;
}