/* FACEBOOK SURVEY STYLES */
.survey-container {
	background-color: #F7F7F5;
}
.survey-box {
	padding: 15px;
	margin-bottom: 15px;
}
.sweepsLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.survey-box .row {
	margin: 0px;
}
.survey-wrapper {
	width: 500px;
	margin: 15px auto;
	position: relative;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.survey-wrapper h4 {
	margin-bottom: 20px;
}
.survey-wrapper ol {
	padding-top: 5px;
	display: block;
}
.survey-wrapper ol li {
	margin-bottom: 15px;
	list-style: decimal;
}
.survey-wrapper .radio {
	margin: 10px 0px;
}
.survey-wrapper .opt-in {
	margin-top: 25px;
}
.survey-button-container {
	margin-top: 25px;
}
.survey-button-container input {
	width: 100%;
}
.survey-button-container button {
	width: 100%;
}

.login-wrapper {
	width: 500px;
	margin: 15px auto;
	position: relative;
	padding: 20px 30px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.login-wrapper h1 {
  	font-size: 35px;
 }
.login-wrapper p {
  	margin: 15px;
 }
/*.login-wrapper .form-control {
	height: 25px;
	font-size: 14px;
}*/
/*.login-wrapper label {
	font-size: 15px;
}*/
#altLogin {
	cursor: pointer;
}
.logo-container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -30px;
}
.fb-login {
	display: block;
	box-sizing: border-box;
}
.fb-login .fb_iframe_widget {
	width: 123px !important;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.fb-login .fb_iframe_widget:hover {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
.footnote {
	line-height: 14px;
	font-size: 10px;
	margin-top: 25px;
	text-align: left;
}