body {
    max-width: 720px;
}

.navbar-brand {
    background-color: #9D202A;
    color: #fcf00d !important;
    text-shadow: 1px 1px #555;
}

.content {
    border-color: grey;
    border: solid;
    border-radius: 8px;
}

#error {
    color: #9D202A;
}

#back {
    width: 32px;
    text-align: center;
}

.btn.btn-primary:disabled{
    background-color: #6c757d;
    border-color: #6c757d;
}

#loading-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

#loading {
    z-index: 9999;
}
