body {
    background-color: white !important;
}
.fs-12 {
    font-size: 12px;
}
.login-a-tag {
    color: var(--bs-primary) !important;
}

.text-black {
    color: black !important;
}

.btn-black {
    background-color: #121212 !important;
    color: white !important;
    border-radius: 3px !important;
    border: 1px solid #DDDDDD !important;
}

.input-inside {
    background-color: #F7F7F7 !important;
}
.input-border {
    border: 1px solid #DDDDDD !important;
}

.remember-me-checkbox {
    background-color: #FFFFFF !important;
    border: 2px solid #DDDDDD !important;
    border-radius: 3px !important;
    color: #121212 !important;
    width: 1.3em !important;
    height: 1.3em !important;
}
.remember-me-checkbox:checked {
    background-color: #121212 !important;
}

.new-browser {
    color: #B0B0B0;
}

.line {
    color: #eeeeee !important;
    height: 2px !important;
}