.alert.animated
{
    z-index: 1000000 !important;
}

.container {
    max-width: 960px;
}

body {
    --bs-bg-opacity: 1;
    background-color: rgba(248,249,250,1) !important;
}

.has-error .twitter-typeahead .tt-input, .has-error .twitter-typeahead .tt-hint {
    border-color: #dc3545;
}

.has-error input {
    border-color: #dc3545;
}

.has-error .form-select {
    border: 1px solid #df5645 !important;
}