.main {
    max-width: 332px;
    padding: 15px;
    margin: 0 auto;
}

.main.wide {
    max-width: 1024px;
}

.main .form-control {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.btn-link:not(:hover), a:not(:hover) {
    text-decoration: none;
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #eeeeee;
    --bs-btn-border-color: #eeeeee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #d3d4d5;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eeeeee;
    --bs-btn-active-border-color: #eeeeee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #eeeeee;
    --bs-btn-disabled-border-color: #eeeeee;
}

.remember-me-container {
    text-align: left;
}

.form-select-inline {
    width: auto;
    display: inline;
}

.form-label {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

a.form-label {
    font-weight: 400;
}