/* Verify Email */

#verify_email{
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  margin: 12px auto;
  width: 92%;
  padding: 24px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#verify_email hr{
  background-image: url(../images/oauth_rule.png);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-gradient(radial, center center, 0px, center center, 80%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 80%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 80%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 80%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 80%);
  background-size: 100%;
  border: none;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  margin: 8px 0;
}
#verify_email h1 a{
	width: 146px;
	height: 45px;
	display: block;
	background: #fff url(../images/untappd.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
#verify_email h2{
	text-align: center;
	font-size: 14px;
}
#verify_email .email{
	margin: 10px auto;
	width: 80%;
}
#verify_email .email input{
	width: 100%;
}
#verify_email p{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #666;
	width: 90%;
	margin: 0 auto;
	font-color: #666;
}
#verify_email .actions{
	text-align: center;
}
#verify_email a.yellow_btn{
	width: 100%;
	max-width: 300px;
	font-size: 22px;
	padding: 6px 0;
	margin: 16px auto 10px;
}
#verify_email .verified{
	text-align: center;
	font-size: 16px;
}
#verify_email .verified h2{
	font-size: 16px;
	margin-bottom: 16px;
}

/* Desktop ------ */
@media screen and (min-width: 520px){
	#verify_email{
		max-width: 520px;
		margin-top: 120px;
	}
	#verify_email h2{ font-size: 18px; }
	#verify_email .email{ width: 60%; }
}

/* IE8 ------ */
html.lt-ie9 #verify_email{
	max-width: 520px;
	margin-top: 120px;
}
html.lt-ie9 #verify_email .permissions{ width: 88%; }
html.lt-ie9 #verify_email h2{ font-size: 18px; }
