#block-eventregistrationlogindirections h1 a{
  color: #e41115;
}
#block-eventregistrationlogindirections h1 a:hover{
  color: #AF1418;
}

#block-userlogin-3{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#block-userlogin-3 form{
  max-width: 50%;
}

@media screen and (max-width: 600px){
  #block-userlogin-3 form{
    max-width: 100%;
  }
}

@media screen and (min-width: 607px) and (max-width: 991px){
  #block-userlogin-3 form{
    max-width: 75%;
  }
}

#block-userlogin-3 form .user-login-form .form-actions.form-wrapper{
  border-bottom: none;
}

#block-userlogin-3 ul{
  display: none;
}

#block-puertoricowebformbutton a.button{
  margin-top: 10px;
  color: #fff !important;
  font-size: 20px;
  background: #f12f26;
  border: 1px solid #f12f26;
  outline: none;
  transition: all 0.3s linear;
}

#block-puertoricowebformbutton a.button:hover{
  background: #AF1418;
  border: 1px solid #AF1418;
}
