.login-form {
    width: 100%;
}

.username-input,
.password-input,
.login-button,
.business-id-input,
.captcha-input {
    margin-top: 2vh;
}

.login-button {
    min-height: 5vh;
    min-width: 40%;
}

.message-error {
    width: 100%;
    background: cadetblue;
    position: sticky;
    text-align: center;
    padding: 10px;
}

.captcha-container {
    margin-top: 2vh;
    margin-bottom: 3.5vh;
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    min-height: min-content;
}
