.VERSION{
    size: 1.1;
}

.login #nav a{
    font-size: 14px;
}
.login #nav a:hover{
    color: #FFF !important;
}
.login-action-login #nav a:first-of-type{
    background: #E50914;
    padding: 6px 10px;
    color: #FFF;

    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }

#registerform label[for=user_login]:after {
    content: "► IMPORTANTE: No se permiten espacios en blanco ni caracteres especiales en el nombre de usuario. Solo mínusculas y números.";
    font-size: 12px;
    margin-bottom: 30px;
    display: block;
    color: #999;
 }

#reg_passmail{
    color: #999;
}
#reg_passmail:before{
    content: "NOTA: ";
}

 #user_login:before {
    content: "(Solo minúsculas, sin espacios ni caracteres especiales)";
 }

 .login h1:after {
    content: "Bienvenido a Corprensa Top Trends";
    color: #999;
    line-height: 1;
    font-size: .7em;
}

.login h1 a{
    margin-bottom: 50px;
}