:root {
    color-scheme: light;
}

html,
body,
#root {
    background: #ffffff !important;
    color: #111827 !important;
}

#root header,
#first-factor-stage,
#second-factor-stage {
    background: transparent !important;
    color: #111827 !important;
}

#first-factor-stage img[alt="Logo"],
#second-factor-stage img[alt="Logo"] {
    box-sizing: content-box;
    height: 88px !important;
    margin: 8px !important;
    object-fit: contain;
    width: 88px !important;
}

#root .MuiTypography-root,
#root .MuiFormLabel-root,
#root .MuiIconButton-root {
    color: #111827;
}

#root .MuiOutlinedInput-root {
    background: #f3f4f6;
    border-radius: 10px;
    color: #111827;
}

#root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
    border-color: #d1d5db;
}

#root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: #9ca3af;
}

#root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #111827;
    border-width: 2px;
}

#root .MuiInputBase-input {
    color: #111827;
}

#root .MuiButton-containedPrimary {
    background: #111827;
    border-radius: 10px;
    box-shadow: none;
    min-height: 42px;
}

#root .MuiButton-containedPrimary:hover,
#root .MuiButton-containedPrimary:focus-visible {
    background: #000000;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.16);
}

#root a {
    color: #4b5563;
}

#root a:hover,
#root a:focus-visible {
    color: #111827;
}

@media (max-width: 600px) {
    #first-factor-stage img[alt="Logo"],
    #second-factor-stage img[alt="Logo"] {
        height: 76px !important;
        width: 76px !important;
    }
}
