@font-face {
    font-family: 'Geometria';
    src: local('Geometria'), url(/assets/fonts/Geometria.ttf) format('truetype');
}

.main-sidebar .brand-link {
    text-align: center;
    
    img {
        display: none;
    }
}

.login-page-container {
    *:not(.fas, .fa, .fa-solid) {
        font-family: Geometria, sans-serif;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .main-sidebar {
        display: none;
    }

    .main-header {
        background-color: transparent;
        border: none;

        .language-switcher {
            .fa-globe {
                color: #34E9B4;
            }
        }

        .logout-button {
            display: none;
        }
    }

    .sidebar-mini.sidebar-collapse nav.main-header, .sidebar-mini.sidebar-collapse .content-wrapper {
        margin-left: 0 !important;
    }

    &.wrapper {
        background: #191B27;
    }

    .content-wrapper {
        background: transparent;
    }

    footer {
        display: none !important;
    }

    .login-box {
        border-radius: 30px;
        min-width: 25vw;

        .login-box-msg {
            display: none;
        }

        .login-box-msg-2 {
            display: block;
            margin: 0;
            padding: 0 20px 20px;
            text-align: center;
            font-size: 25px;
            font-weight: 450;
        }

        .brand-image {
            display: none;
        }

        .card-primary {
            background: #101116;
            background-position-x: center;
            border-top: none !important;
            border-radius: 24px;

            .card-body {
                padding: 0  1.25rem .75rem;

                p {
                    color: #FFF;
                }

                form {
                    .input-group-append {
                        display: none;
                    }

                    input {
                        height: 60px;
                        gap: 0px;
                        border-radius: 30px !important;
                        background-color: #191B27;
                        border: 1px solid #191B27;
                        color: #FFF;

                        &:is(:-webkit-autofill, :autofill) {
                            -webkit-box-shadow: 0 0 0 30px #191B27 inset !important;
                            -webkit-text-fill-color: #FFF;
                        }
                    }
                }

                button[type="submit"] {
                    background-color: #34E9B4;
                    border-color: #34E9B4;
                    color: #173A34;
                    font-weight: 600;
                    border-radius: 30px;
                    padding: 0.5rem 1rem;
                    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
                    margin-top: 1rem;

                    &:hover {
                        background-color: #33dbaab5;
                        border-color: #33dbaab5;
                        color: #173A34;
                    }
                }
            }
        }
    }
}
