.template-customers-login .container{
  max-width: 768px
}

.template-customers-register .container{
  max-width: 768px
}

.template-customers-account .h6.text-with-icon{
  background: linear-gradient(to right,currentColor,currentColor) 0 min(100%,1.35em) / 100% 1px no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease-in-out;
}

.template-customers-account .h6.text-with-icon:hover{
  background: linear-gradient(to right,currentColor,currentColor) 0 min(100%,1.35em) / 100% 1px no-repeat;
     transition: background-size .3s ease-in-out;
}