    body {
        font-family: var(--bs-font-sans-serif);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

.user-box {
    margin: 50px;
}

.user-box .input {
    margin: 0;
    padding: 0;
}

.user-box .form-signin {
    padding: 15px;
    max-width: 450px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.error {
    color: red;
}
