.login {
  color: #333333;
  /* var text-color */
  font-size: 14px;
  padding:0 8px;
}
.login i {
  font-size: 16px; 
}
.login a {
  color: #333333;
  /* var text-color */
  font-size: 13px;
  text-decoration: none;
}
.login a:hover {
  text-decoration: none;
  color: #ffffff;
  /* var base */
}
/****************************************** 
  dark-style
******************************************/
.dark-style .login {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .login a {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .login a:hover {
  color: #cadaf4;
  /* var base-light */
}
