@import url("https://cdn.bittivirta.fi/css/fonts/font-package.css");
body {
    font-family: "Fira Code Nerd", monospace;
    font-family: "Ubuntu", sans-serif;
    background-color: #ffffff;
}

body.loginpage {    
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

body.errorpage {
    text-align: center;
}

code,
pre {
    font-family: "Fira Code", monospace;
}

.loginpage .login {
    max-width: 500px;
}

.loginpage .footer {
    opacity: 0.7;
    font-size: 90%;
}

.btn-primary {
    background-color: #c1272d !important;
    border-color: #c1272d !important;
}

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

.text-primary {
    color: #c1272d !important;
}

a {
    color: #c1272d;
    text-decoration: none;
}

a:hover {
    color: #a12327;
}
