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

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

.login-page-container {
    *:not(.fas, .fa, .fa-solid) {
        font-family: Montserrat, 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: #007AFF;
            }
        }

        .logout-button {
            display: none;
        }
    }

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

    &.wrapper {
        background: #DBECFF;
    }

    .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: 20px 0 0;
            padding: 0 20px 20px;
            text-align: center;
            font-size: 25px;
            font-weight: 450;
        }

        .brand-image {
            display: none;
        }

        .card-primary {
            background: linear-gradient(rgba(0, 122, 255, 0.1), rgba(0, 122, 255, 0.1)), url("../../../assets/images/ironpay_background.png") center / cover no-repeat, rgba(0, 122, 255, 0.8);
            background-position-x: right;
            background-blend-mode: multiply;
            border-radius: 10px;
            border-top: none !important;

            .card-header {
                color: #FFF;
                border-bottom: 1px solid #9DCEF5;
                margin: 0 22px;
            }

            .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: #104F94;
                        border: 1px solid #104F94;
                        color: #FFF;

                        &::placeholder {
                            color: #FFF;
                            opacity: 0.8;
                        }

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

                button[type="submit"] {
                    background-color: #FFF;
                    border-color: #FFF;
                    color: #007AFF;
                    font-weight: 600;
                    border-radius: 30px;
                    padding: 1rem 1rem;
                    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
                    margin-top: 1rem;

                    &:hover {
                        background-color: #104F94;
                        border-color: #104F94;
                        color: #FFF;
                    }
                }
            }
        }
    }
}
