.logo-text-image {
    background: var(--Color, linear-gradient(180deg, #12CE85 0%, #0D8B5A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.login-button {
    color: white;
    padding: 5px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid var(--Color, #12CE85);
    background: var(--Color, linear-gradient(180deg, #12CE85 0%, #0D8B5A 100%));
}
