.main {
	padding-top: 50px;
	padding-bottom: 50px;
}
.inner-main {
	background-color: white;
	padding: 5%;
	text-align: center;
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
.inner-main a {
	color: var(--form-label);
}

.inner-main a:hover {
	color: var(--form-label-dark);
}
.radio-box {
	position: relative;
}
.checkbox {
	border-radius: 3px;
	background: #cbd3da;
	color: #2e2c38;
}
.radio-input {
	position: absolute;
	left: 3px;
	top: 0px;
	outline: none !important;
}
.checkbox.active {
	background: var(--brand-primary);
	color: white;
}
.checkbox label,
.radio label {
	padding-left: 0px;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.input-lg:focus,
.input-lg-select:focus {
	outline: none !important;
	border: 1px solid var(--form-field-focus) !important;
	box-shadow: 0 0 1px var(--form-field-focus) !important;
}
.input-lg {
	border-radius: 2px !important;
	padding-top: 30px;
	padding-bottom: 20px;
}
.input-lg-select {
	border-radius: 2px !important;
	padding-top: 16px;
	padding-bottom: 0px;
	height: 52px;
}
.form-group {
	text-align: left;
	position: relative;
}
.form-group small {
	color: var(--form-label);
	position: absolute;
	left: 10px;
	top: 5px;
}
.input-lg,
.input-lg-select {
	font-size: 15px;
}
#showpass {
	position: absolute;
	right: 0;
	padding: 16px;
	cursor: pointer;
	border-left: 1px solid silver;
	top: 1px;
	color: var(--form-field-focus);
	font-size: 13px;
	text-align: center;
}
.pass-rules div {
	padding: 3px;
	color: #7d7c7c;
}
input[type="submit"] {
	background: var(--button-success);
	border: 0.8px solid var(--button-success);
	box-sizing: border-box;
	border-radius: 1.6px;
	color: var(--button-success-font);
	font-size: 15px;
	letter-spacing: 1px;
	padding: 15px;
	min-width: 180px;
}
input[type="submit"]:hover {
	background: var(--button-success-dark);
	border: 0.8px solid var(--button-success-dark);
	transition: all 0.15s cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.agree-label {
	background-color: #ff6060;
	color: white !important;
}
#fp-link,
#fp-link2 {
	cursor: pointer;
}

.lang-drop {
	line-height: 2;
	position: absolute;
	right: 0;
	width: 100%;
	display: none;
	left: -41px;
	top: 7px;
}

.lang-drop div {
	cursor: pointer;
}

.lang-drop div:hover {
	background-color: #e6e7e7;
}

.language-switcher {
	padding: 5px 0px 5px 0px;
	border: 1px solid #bdbdbd;
	max-width: 71px;
	border-radius: 2px;
	margin-top: -16px;
}

.lang_select {
	padding: 3px 2px 0px 8px;
	border: 1px solid #bdbdbd52;
	width: 71px;
	border-radius: 0px;
}

.language-switcher a {
	text-decoration: none;
}

.maintenance {
	background-color: white;
	min-height: 80px;
	width: 100%;
	border-bottom: 3px solid #71be44;
	text-align: center;
	padding-top: 6px;
	margin-bottom: -70px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.bann_msg {
	background-color: #fff069;
	min-height: 15px;
	width: 100%;
	border-bottom: 3px solid #71be44;
	text-align: center;
	margin-bottom: -70px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: fixed;
	z-index: 1000;
}

.input-lg {
	padding-top: 30px !important;
	height: 55px !important;
}

.input-lg-select {
	height: 55px !important;
}


.padding-top-sm {
	padding-top: 10px;
  }