.form-group .form-group-error-message{ padding-top: 4px; padding-bottom: 4px; font-size: var(--n-txt-xs) } .n-strong-bg strong{ background-color: var(--n-dark-t-4); } .brxe-button { position: relative; cursor: pointer; overflow: hidden; z-index: 1; transition: height 0.5s cubic-bezier(0, 0, 0.2, 1); } .brxe-button::before, .brxe-button::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0%; height: 100%; transition: width 0.5s cubic-bezier(0, 0, 0.2, 1); z-index: -1; } .brxe-button::before {  } .brxe-button::after {  transition-delay: 0.3s; } .brxe-button:hover { color: white; transition-delay: 0.3s; } .brxe-button:hover::before { width: 100%; } .brxe-button:hover::after { width: 100%; }