body {
    background: url('/assets/vb.jpg') no-repeat;
    background-size: 100% auto;
    color: var(--text-black);
}


.forgot-password {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.input-label-group, .fp-button, .reset-button {
    margin-top: 1rem;
}

.ig-input {
    width: 11rem;
}

select.ig-input {
    width: 13rem;
}