#sp_wraper .senpulse_subscribe em.invalid {
    color: #fff;
}
#sp_wraper .sp_submit{
    margin: 0 auto;
    background: #319de0;
    color: #fff;
    border-radius: 6px;
	margin-top: 20px;
}
#sp_wraper {
    padding: 20px 60px;
}
#sp_wraper .header{
	text-align: center;
    font-size: 28px;
    line-height: 34px;
}
#sp_wraper .email{
	width: 90%;
    border-radius: 5px;
    height: 30px;
    text-align: center;
}
#sp_wraper a{
    color: #319de0;
    text-decoration: underline;
}
#sp_wraper .sp_group_field{
    margin-bottom: 25px;
    margin-top: 10px;
  	position: relative;
}
#sp_wraper .check_wrapper{
    text-align: center;
    color: #319de0;
    font-size: 40px;
    margin: 20px 0;
}
#sp_wraper em.invalid {
   background-color: #555;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 5px;
   position: absolute;
   z-index: 1;
   bottom: 100%;
   left: 25%;
   font-size:15px;
   margin-left: 0;
   transition: opacity 0.3s;
   font-weight: normal;
   line-height: 17px;
}
#sp_wraper em.invalid::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
#sp_wraper .sp_confirmation, 
#sp_wraper .email_confirmation,
#sp_wraper .email_codigo{
	display:none;
}
#sp_wraper .sp_confirmation i{
    font-size: 50px;
}
#sp_wraper .sp_confirmation .h2{
    line-height: 25px;
}
#sp_wraper .header p{
    font-size: 20px;
    line-height: 24px;
}