/* CSS FONTS */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS CUSTOMIZATION */
body{
	font-family: 'Lato', sans-serif;
}

body{
	background-image:url('img/background.png');
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 0;
}
.content-center{
	margin:0 auto;
	width:400px;
	display:table;
	border: 2px solid #000;
}

.iam > h2, .looking > h2 {
  color: #000;
  font-size: 21px;
  line-height: 20px;
  padding-top: 20px;
}
.main {
  border-top: 2px solid #000;
  height: auto;
  width: 100%;
  display: table;
  background: #ffda89 none repeat scroll 0 0;  
}
.logo {
  display: table;
  margin: 0 auto;
  max-width: 400px;
}
.div-logo {
  background: #fff none repeat scroll 0 0;
}
.email {
  border: 1px solid #000;
  box-sizing: border-box;
  display: table;
  font-size: 21px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 16px;
  width: 61%;
}
.button {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: table;
  font-size: 20px;
  line-height: 58px;
  margin: 20px auto 0;
  padding: 1px 44px;
  text-decoration: none;
  
}
.terms {
  display: table;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 auto;
}
.big-box {
  margin: 25px 0;
}
#bottom {
  margin: 0;
}
.div-logo > h2 {
  line-height: 31px;
  text-align: center;
  font-family: Lato !important;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

#bot {
  float: left;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
}
#policy{
	position:absolute;
}
.iam {
  float: left;
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}
.looking {
  float: right;
  width: 50%;
}
.top-main {
  display: table;
  margin: 0 auto;
  width: 100%;
}

/* CHECKBOX */
input[type=checkbox] {
	visibility: hidden;
}

.checkbox{
    
	margin: 20px 10px;
	position: relative;
}
.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
  	left: 0;
	background: #ffda89;
	border:1px solid #000;
}
.checkbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}
.checkbox label:hover::after {
	opacity: 0.5;
}
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}
input[type=email]{
	border-radius:0;
	-webkit-appearance:none;
}

.checkbox > span {
  bottom: 1px;
  font-size: 21px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-left: 2px;
  position: absolute;
}


@media(max-width:687px){
	.content-center {   width: 94%;}
}
@media(max-width:768px){
	.checkbox {  margin: 14px 10px;  }
	.looking > h2 {    line-height: 45px;}
	.iam > h2 {   line-height: 45px;}
}

@media(max-width:480px){
	.iam {  float: left;  width: 100%; padding-left: 0 !important;}
	.looking > h2 {   font-size: 18px;  line-height: 30px;}
	.iam > h2 {   font-size: 18px;  line-height: 30px;}
	.email{width:75%;}
	.button {   font-size: 16px;  line-height: 37px;  margin: 18px auto 0;  padding: 1px 27px; }
	.logo {   width: 100%;}
	.terms {  font-size: 11px;  font-weight: 600;   text-align: center;}
	.checkbox > span {  bottom: 0;  font-size: 17px;  font-weight: lighter;  margin-bottom: 3px;  margin-left: 0;  position: absolute;}
	body {   padding: 15px 0;}
	.checkbox {  margin: 12px 2px;  }
	.looking {  float: none;  width: 100%;}
	.checkboxes {  display: table;  width: 100%;	}
	.checkboxes .checkbox {  float: left;  width: 48%;}
	.top-main {   width: 75%;}
	
	
}
@media(max-width:470px){
	
}

















