@charset "utf-8";

body
{
	margin: 0;
	padding: 0;
	font-family:"Open Sans", "Helvetica Neue",Arial,sans-serif;
	font-weight:300;
	font-size:16px;
	background:url(http://images.sadiesrecipes.com/images/background2.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

*, *:before, *:after {
	box-sizing: border-box;
}

#main {
	height: 800px;
	background-color:rgba(40,40,40,.7);
	padding: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
}

#signup {
	overflow: auto;
	background-color: rgba(230, 230, 230, .9);
	text-align: center;
	padding-top: 60px;
	padding: 60px 30px 80px 30px;
}

#login {
	background-color:rgba(40,40,40,.7);
	padding: 60px 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
}

#footer {
	padding: 20px;
	width: 100%;
	background-color: #333;
	color: #fff;
	font-size: 15px;
}

.bold {
	font-weight: 600;
}

.who-heading.upper {
	text-transform: uppercase;
}

.divider {
	width: 200px;
	height: 1px;
	background-color: #555;
	margin: 30px auto;
}

.divider.white {
	background-color: #fff;
}

.sign-up {
	padding: 25px;
	font-size: 20px;
	color: #fff;
	background-color: #37a;
	margin-top: 40px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.sign-up:hover {
	background-color: #269;
	transition: all .25s;
}

.log-in {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.centered {
	position: absolute;
	top: 120px;
	left: 30px;
	right: 30px;
}

p.tagline {
	font-size: 26px;
}

.main-logo {
	height: 110px;
}

h1 {
	margin: 20px 0;
	font-size: 55px;
	font-weight: 600;
}

h2 {
	margin: 20px 0;
	font-size: 35px;
}

.who-heading {
	margin: 20px 0;
	font-size: 50px;
}

input.signup
{
	margin: 0 auto 10px;
	border: 0;
	padding: 10px;
	border: 1px solid #333;
	height: 45px;
	width: 500px;
	outline: 0;
	-webkit-appearance: none;
 	border-radius: 0;
	display: block;
	font-size:20px;
	line-height:25px;
	background-color: transparent;
}

input.signup::-webkit-input-placeholder {
	color: #333;
}

input.signup.slogin {
	border-color: #fff;
	color: #fff;
}

input.signup.slogin::-webkit-input-placeholder {
	color: #fff;
}

.login
{
	width: 500px;
	height: 45px;
	color: #333;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
	line-height: 45px;
	display: block;
	margin: 0 auto 10px;
	position: relative;
}

.login.facebook
{
	color: #fff;
}

.login .micon
{
	width:45px;
	height:45px;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align:top;
	background-color:#3b5998;

}

.login .mtext
{
	background-color:#4a6aa9;
	height:45px;
	font-size:16px;
	line-height:45px;
	vertical-align:top;
}

.login:hover .micon {
	background-color:#2a4887;
	transition: all .25s;
}

.login:hover .mtext {
	background-color:#395998;
	transition: all .25s;
}

.signbutton
{
	display:block;
	margin: 0 auto 10px;
	background-color:#37a;
	font-size:14px;
	line-height:25px;
	color:#fff;
	cursor:pointer;
	outline:0;
	height:45px;
	padding:10px;
	width: 500px;
}

.signbutton:hover {
	background-color: #269;
	transition: all .25s;
}

.agree {
	width: 500px;
	margin: 0 auto 10px;
	font-style: italic;
}

.termslink {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

.termslink:hover {
	text-decoration: underline;
}

@media all and (max-width: 600px) {
	input.signup, .login, .signbutton, .agree {
		width: 100%;
	}
}

img
{
	border: 0;
}

input.red {
	color: red;
}

input.red::-webkit-input-placeholder {
	color: red;
}