@font-face
{
font-family: crayon;
src: url(../fonts/crayon_crumble.ttf);
}

.login-text{
	font-family:crayon;
	font-size:28px;
	color:black;
	text-align: center;
	line-height:32px;
	margin-top:75px;
}

.login-portal{
	width:320px;
	background-color: white;
	border-radius:10px;
	padding:20px;
	box-shadow: 0 0 20px #d8d8d8;
	-webkit-box-shadow: 0 0 20px #d8d8d8;
	-moz-box-shadow: 0 0 20px #d8d8d8;
	border:1px solid #d8d8d8;
}
.sub-display{
	width:280px;
}
.s-h1{
	color:#cc4588;
	font-size:20px;
	margin:10px 0px;
}
.tracking-top{
	background-color: #FF1493;
	color: white;
	width: 100%;
	padding: 14px 0px;
	text-align: center;
	font-size: 16px;
}
.portal-points{
	float: right;
	border: 4px solid #cc4588;
	padding: 20px;
	font-size: 28px;
	color: #cc4588;
	border-radius: 5px;
}
.login_bg{
	height:100%;
	width:100%;
	position: fixed;
	background:url(../img/login_bg.jpg);
	background-size:cover;
}
.rewards-menu{
	padding:0px;
	border-top:2px solid #cc4588;
	border-bottom:2px solid #cc4588;
}
.points-menu{
	margin:0;
	padding:0;
}
.points-menu li{
	display: inline-block;
	list-style: none;
	margin:0px 10px;
	color:#333;
}
.points-menu li.focus{
	color:#cc4588;
}

.points-menu li.line{
	color:#cc4588;
}

.points-box{
	border: 4px solid #cc4588;
	padding: 20px;
	font-size: 28px;
	color: #cc4588;
	border-radius: 5px;
	width:120px;
	text-align: center;
	margin:0 auto 20px;
}
.narrow{
	width:200px;
}
.earn-box{
	position: relative;
	-webkit-box-shadow: 0 0 10px #acaeb0;
        box-shadow: 0 0 10px #acaeb0;
    min-height:310px;
    display: inline-block;
    vertical-align: top;
    margin:10px;
    width:30%;
}
.earn-box .padder{
	padding:15px;
}
.r-month{
	width:40%;
	display: inline-block;
}
.r-day{
	width:27% !important;
	display: inline-block !important;
	text-align: right;
}
.review-overlay{
	position: absolute;
	width: 100%;
	height:310px;
	z-index:100;
	background: rgba(0,0,0,0.8);
	display: table;
}
.review-overlay .content{
	color:white;
	font-size:20px;
	display: table-cell;
	vertical-align: middle;
	padding:15px;
	text-align: center;
	font-weight: 200;
}
.pink-text{
	font-size:26px;
	color:#FF1493;
	font-weight:100;
	margin-bottom:20px;
}
.r-link img {
	height: 45px;
	padding: 7px 10px;
	border-right: 1px solid white;
	display: inline-block;
	vertical-align: middle;
}
.link-text {
	color: white;
	font-size: 15px;
	font-weight: 100;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 190px;
	text-transform: uppercase;
	letter-spacing: 0.18rem;
}
.r-link{
	width:250px;
	margin-bottom:10px;
}
.r-facebook {
	background: #3B5998;
	color: white;
	height: 45px;
}
.r-twitter {
	background: #4099FF;
	color: white;
	height: 45px;
}
.r-email {
	background: #cc4588;
	color: white;
	height: 45px;
}
.invite-url{
	border:3px solid #FF1493;
	font-size:14px;
	font-weight:200;
	padding:10px;
	margin-bottom:20px;
}
#personal-message{
	height:250px;
}
.email-box{
	margin-top:30px;
	-webkit-box-shadow: 0 0 10px #d8d8d8;
        box-shadow: 0 0 10px #d8d8d8;
}