/* --------------------------------

General

-------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");

html {
	text-align:center;
	height: 100%;
}

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;

}

h1 {
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
}

h2 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}

img {

}

.tos.field {
	display: table;
}

.tos.field .field-item {
	display: table-cell;
}

.tos.field input[type=checkbox] {
    margin: 0 0 0 20px;
    height: 100%;
    width: 16px;
    padding: 0;
    vertical-align: middle;
}


/* --------------------------------

Links

-------------------------------- */

a {
	text-decoration: none;
	color:rgba(0, 0, 0, .3);

/* 	-webkit-transition: all 0.2s ease-in-out; */
/* 	transition: all 0.2s ease-in-out; */
}

a:hover {
	color:#1A91FF;
}




/* --------------------------------

Team Signup

-------------------------------- */

.logo-circle-signup {
	margin-top: 50px;
    margin-bottom: 0px;
}

h3 {
  font-size: 18px;
  margin-top: -15px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.learn-more {
	color: #1A91FF;
	margin-top: 30px;
	margin-right: 40px;
	padding: 10px 20px;
	background-color: none;
	font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

a.learn-more {
	cursor:pointer;
}

.already-have {
	font-size: 19px;
  margin-left: 70px;
}


.signup-bg {
	background-color: #ffffff;
	height: 90vh;
}





/* --------------------------------

Big Screens

-------------------------------- */

@media all and (min-width: 1800px)
{

.center {
	width: 50%;
	height: 80%;
}

}



/* --------------------------------

Mobile

-------------------------------- */

@media all and (max-width: 1300px)
{


}

@media all and (max-width: 820px)
{


}

@media all and (max-width: 768px)
{


}

@media all and (max-width: 660px)
{
	#signup-wrap {
		display: none;
	}

}

@media all and (max-width: 560px)
{
	.center2 {
		top: 5%;
		width: auto !important;
		height: 490px;
	}

}

@media all and (max-width: 390px)
{
	.center2 {
		top: 25%;
	}

}

@media all and (max-width: 320px )
{


}

/*** End Mobile ***/


