a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

section {
    display: block;
}

section.notfound {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #19203f;
}

.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center !important;
}

a {
    text-decoration: none;
}

section.notfound img.logo {
    margin: 0 auto;
    max-width: 200px;
    height: auto;
}

section.notfound .title {
    margin-top: 10px;
    text-shadow: 0 0 46px rgba(49, 55, 79, 0.58);
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.notfound .text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}

section.notfound a.btn-homepage {
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 32px rgba(49, 55, 79, 0.08);
    border-radius: 35px;
    background-color: #fff;
    color: #5d6174;
    font-size: 16px;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

section.notfound a.btn-homepage span i {
    margin-right: 16px;
}

[class^=ri-],
[class*=ri-] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.notfound a.btn-homepage i.blue {
    color: #455ee0;
    margin-left: 96px;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: url(img/wbg.webp),#e6f6ff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


.column {
    float: left;
    width: 30%;
}


.row {
    justify-content: center;
    margin: 0 -5px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }

    .column {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1434px;
    }
}

.card {
    padding: 16px;
    text-align: center;
    background: none;
    border: none;
}