body {
    background: #fff;
}

/* Common */
.form-control {
    height: 50px;
    padding-left: 0;
    border-radius: 5px;
    background: var(--bg-input-color);
    margin-bottom: 0;
}
.btn-primary {
    min-width: 204px;
}

/* Login */
#content {
    padding: 1.25rem;
}

.title {
    color: #000;
    font-size: 1.5rem;
    font-family: Inter;
    font-weight: 600;
    text-transform: uppercase;
}

#logo {
    margin-top: 178px;
}
#logo img {
    width: 234px;
}

.title {
    margin-top: 47px;
}

form {
    margin-top: 24px;
}

#remember-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    font-size: 1.2rem;
    margin-top: 16px;
    margin-bottom: 16px;
}
