body {
    /* height: 100vh; */
    background-color: #F5F5F5 !important;
}

.border-gold {
    border: 2px solid #C1A050;
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #C1A050 !important;
    color: #fff !important;
}

.nav-link {
    color: #C1A050 !important;
}

.form-control:focus {
    border-color: #C1A050 !important;
    box-shadow: 0 0 0 0.25rem rgba(212, 163, 0, 0.25) !important;
}

.dropdown-menu {
    min-width: 100% !important;
    border: 1px solid #C1A050 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(212, 163, 0, 0.25) !important;
}

#veriff-root {
    max-width: 100% !important;
}

.veriff-submit {
    background-color: #157347 !important;
    border-color: #146c43;
}

@media only screen and (max-width: 780px) {
    .logo {
        width: 100% !important;
    }
}