/* M2.aigital.co brand color: #6037EB */

.button {
  &.v-button {
    &.wl {
       color: #ffffff;
       border-color: #6037EB;
       background: #6037EB;

      &:hover {
         border-color: #5030D0;
         background: #5030D0;
         scale: 102%;
       }
    }
  }
}

/* Login/Signup buttons */
.login-btn {
    border-color: #6037EB !important;
    background: #6037EB !important;
    color: #ffffff !important;
}

.login-btn:hover:not(:disabled) {
    background: #5030D0 !important;
    border-color: #5030D0 !important;
}

/* Input focus state */
.login-input:focus {
    border-color: #6037EB !important;
}

/* Auth code input */
.code-input:focus,
.code-input.is-focused {
    border-color: #6037EB !important;
}

/* General accent color overrides */
.accent-\[\#8df042\] {
    accent-color: #6037EB !important;
}

