/* 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;
	font-size: 16px;
	list-style: decimal;
}
.survey-wrapper .radio {
	margin: 10px 0px;
}
.survey-button-container {
	margin-top: 25px;
}
.survey-button-container input[type="submit"] {
	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;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.fb-login .fb_iframe_widget {
	width: 123px !important;
	-ms-transform: scale(1.3);
	    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 {
	-ms-transform: scale(1.5);
	    transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

/*  Popup Styles */
#popUp {
    position: fixed;
    bottom: 0;
    right: 5%;
    overflow: hidden;
}
#popUpHead {
    height: 35px;
    width: 200px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgb(34,34,34);
    background: -webkit-linear-gradient(rgba(34,34,34,1), rgba(34,34,34,0.9));
    background: linear-gradient(rgba(34,34,34,1), rgba(34,34,34,0.9));
}
#popUpBody {
    width: 200px;
    height: 150px;
    padding-top: 10px;
    text-align: center;
    background: rgb(34,34,34);
    background: -webkit-linear-gradient(rgba(34,34,34,0.9), rgba(34,34,34,0.8));
    background: linear-gradient(rgba(34,34,34,0.9), rgba(34,34,34,0.8));
}
#popUpBody p {
  color: #fff;
  font-size: 20px;
}
#popUpBody label {
  color: #ffffff;
}
#popUpBody input {
  margin: 0px;
}
#popUpBody .button {
  width: auto;
  border: none;
  margin-top: 10px;
	color: #fff;
	font-size: 20px;
}
#popUpBody label {
	color: #ffffff;
}
#popUpBody input {
	margin: 0px;
}
#popUpHead .fa{
    color: #fff;
    line-height: 35px;
    margin-left: 10px;
    transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
}
.rotate {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}





