.login-page .actions .fi-btn{
    @apply text-white text-base uppercase !bg-gradient-to-b from-primary to-primary-400 font-semibold rounded shadow py-2 px-5;
}

.login-page a span{
    @apply !text-primary dark:!text-primary-dark;
}
.login-page a:hover span{
    @apply !text-primary dark:!text-primary-dark;
}

.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;
}
@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-dark {
    color: white;
}
.abeon-light {
    color: #28398F;
}
