@media (min-width: 1000px) {
    .login-form {
        min-height: 100vh;
    }

    .text-size {
        font-size: 14px;
    }

    .bizy-logo {
        max-width: 290px;
        height: auto;
    }

    .login-form .password-reset {
        position: absolute;
        left: 9%;
    }

    .custom-card {
        width: 850px;
        height: auto;
    }

    .password-reset-text-box {
        text-align: left;
        padding-left: 23%;
    }

    .input-margin {
        margin: 0 0 0 -82px;
    }

    button.btn.login_button {
        width: 100px;
    }


    .password-reset-request {
        text-align: left;
        padding-left: 14%;
    }

}


@media (max-width: 1000px) {
    .login-form {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 100vh;
    }

    .bizy-logo {
        width: 80%;
        height: auto;
    }

    .custom-card {
        width: 80%;
        height: auto;
    }

    .password-reset-text-box {
        text-align: left;
        padding-left: 15%;
    }


    button.btn.login_button {
        width: 100px;
    }


    .login-form .password-reset {
        left: 30%;
    }
}

.message-span {
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
