/* Temp Solution for font */
#login {
    --bs-body-font-family: 'Roboto', sans-serif;
}

/* Colours overwrite */
.btn-primary,
.btn-primary:focus,
.btn-primary:focus-visible {
    background-color: #FF7F00 !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #e65c00 !important;
}

.btn-primary:active {
    background-color: #cc5200 !important;
}
