body.body100 {
	background-size: cover;
	background-attachment: fixed;
}

.body100 header {
	position: absolute;
	z-index: 100;
}

main.main100 {
	max-width: none;
	background-color: transparent;
	padding-bottom: 0;
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
}

section.centerbox {
	box-sizing: border-box;
	background-color: transparent;
	padding: 80px 0 30px 0;
	display: table-cell;
	vertical-align: middle;
}
section.centerbox h1 {
	margin: 3px 0 40px 0;
	padding: 0;
	color: #0d2355;
	font-family: 'Asap','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: left;
}
div.centerbox {
	box-sizing: border-box;
	position: relative;
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 5px;
}
div.centerbox form {
	margin: 0;
	padding: 0;
}
div.centerbox .inputwrapper {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #8c8c8c;
	border-radius: 5px;
	padding: 0;
	margin: 4px 0 5px 0;
	background-color: #fff;
}
div.centerbox .inputwrapper .inputinfo {
	display: none;
	box-sizing: border-box;
	float: right;
	width: 25%;
	font-size: 14px;
	line-height: 120%;
	padding: 16px 0 10px 0;
	color: #7fa816;
}
div.centerbox .inputwrapper .inputinfo.input-ok {
	background-image: url('images/input-ok.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}
div.centerbox .inputwrapper input[type="password"], 
div.centerbox .inputwrapper input[type="text"] {
	box-sizing: border-box;
	color: #333;
	float: left;
	width: 70%;
	border: none;
	line-height: 300%;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 0 0 0 15px;
	margin: 0;
	background-color: transparent;
}
div.centerbox .inputwrapper input[type="password"]:focus, 
div.centerbox .inputwrapper input[type="text"]:focus {
	outline: none;
}
div.centerbox .submit_button {
	margin: 35px 0 20px 0;
	padding: 8px;
	line-height: 200%;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #94c11c;
	border-radius: 5px;
	border: none;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	cursor: pointer;
}
section.centerbox p {
	color: #363636;
    font-size: 13px;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}
section.centerbox p.center {
	text-align: center;
}
@media all and (max-width: 580px) {
	/* in style.css: body.body100 */
	div.centerbox {
		padding: 30px 5%;
	}
	div.centerbox {
		width: 100%;
		max-width: none;
		border-radius: 0;
	}
	section.centerbox {
		padding: 0;
	}
}


/* https://codepen.io/Vestride/pen/dABHx */

.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background-color: #93c21a;
}
.styled-checkbox:hover + label:before {
	/*background: #f35429;*/
}
.styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
	/*background: #f35429;*/
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: #fff;
	width: 3px;
	height: 3px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


a.largebutton1 {
	box-sizing: border-box;
	display: block;
	text-align: center;
    margin: 35px 0 15px 0;
    padding: 8px;
    line-height: 200%;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #94c11c;
    border-radius: 5px;
    border: none;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	cursor: pointer;
}
