.regiser-mobile {
    /* display: none; */
    font-size: 14px;
    color: rgba(0, 0, 255, 0.667);
}
.forgot-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px !important;
}
.action-buttons {
    text-align: right;
}
.button {
    width: 100%;
    border-radius: 10px !important;
    height: auto;
}
.register-account {
    text-align: center;
    margin-top: 20px;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .mobile {
    padding: 20px;
} */
.auth-card {
    margin: 20px !important;
}

@media only screen and (min-width: 451px) {
    .mobile-only {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .auth-card {
        width: 90% !important;
    }
    /* .form-group {
        margin-bottom: 0px !important;
    } */
    .actions {
        /* background-color: red; */
        /* justify-content: center; */

        align-items: center !important;
        justify-content: center !important;
        flex-direction: column-reverse !important;
    }
    .button {
        width: 100%;
        border-radius: 10px !important;
        height: auto;
    }
    .button-link {
        background: none !important;
        border: none !important;
        width: 100%;
        font-size: 14px;
        color: gray;
        padding: 0px;
        box-shadow: none !important;
    }
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .action-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .no-mobile {
        display: none;
    }
}
