.fancybox-margin {
                        margin-right: 15px;
                    }

                    .n-columns-2 {
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                        font-weight: 700;
                    }

                    .n-columns-2 a {
                        text-align: center;
                    }

                    .login,
                    .register {
                        color: #fff !important;
                        padding: 13px 10px;
                    }

                    .login,
                    .login-button {
                        text-shadow: 2px 2px black;
                        border-radius: 10px 10px;
                        border: 1px solid black;
                        background: linear-gradient(to bottom, #f8e689 0%, #b88416 100%);
                        color: #fff;
                    }

                    .register,
                    .register-button {
                        text-shadow: 2px 2px #000000;
                        border-radius: 10px 10px;
                        background: linear-gradient(to bottom, #b88416 0%, #fff095 100%);
                        border: 1px solid black;
                    }