.login-page .actions .fi-btn {
    color: theme('colors.white');
    background: linear-gradient(to bottom, theme('colors.primary.500'), theme('colors.primary.400'));
    @apply text-base uppercase font-semibold rounded shadow py-2 px-5;
}

.login-page a span {
    color: theme('colors.primary.500') !important;
}

.login-page a:hover span {
    color: theme('colors.primary.500') !important;
}

.login-page input[type="email"],
.login-page input[type="text"],
.login-page input[type="password"] {
    height: 70px;
    @apply text-xl tracking-widest;
}

.login-page .reset-link {
    @apply flex justify-end !important;
}

@media (max-width: 768px) {
    .login-page input[type="email"],
    .login-page input[type="text"],
    .login-page input[type="password"] {
        height: 50px;
        @apply text-base;
    }
}

.abeon-light {
    color: #28398F;
}
