<style>
                                .n-columns-2 {
                                    display: grid;
                                    grid-template-columns: repeat(2, 1fr);
                                    font-weight: 700;
                                    width: 350px;
                                }

                                .n-columns-2 a {
                                    text-align: center;
                                }

                                .login,
                                .register {
                                    color: #fff;
                                    padding: 13px 10px;
                                }

                                .login,
                                .login-button {
                                    border: 1px solid #b0210e;
                                    background: linear-gradient(to bottom, #b0210e 0, black 100%);
                                }

                                .register,
                                .register-button {
                                    background: linear-gradient(to bottom, black 0, #b0210e 100%);
                                    border: 1px solid #b0210e;
                                }
                            </style>