.btn-primary {
    background-color: rgb(156, 147, 89) !important;
    border: rgb(156, 147, 89) !important;
}

a {
    color: rgb(156, 147, 89) !important
}

.form-floating>.form-control:focus {
    border: 2px solid rgb(156, 147, 89) !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: rgb(156, 147, 89) !important;
    border-color: rgb(156, 147, 89) !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.svg-auth svg {
    max-width: 35px;
    background: rgb(123, 139, 173);
    border-radius: 50%;
    padding: 6px;
    fill: #fff;
}

.auth-card {
    border: 0 !important;
}