.min-h-100vh {
    min-height: 100vh;
}
.max-h-100vh {
    max-height: 100vh;
}
.login-wrapper {
    background-image: url("/public/assets/img/generic/florex-ai-bg.jpg?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.login-form {
    width: 100%;
    margin: 0 auto;
    padding: 100px;
    background-color: white;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    align-items: center;
}
.login-form h2 {
    margin: 30px 0;
    padding-bottom: 20px;
    font: normal normal bold 26px/32px Roboto,"sans-serif";
    color: #333333;
    border-bottom: 1px solid #CCC;
}
.login-form .form-group {
    margin-bottom: 30px;
}
.login-form label {
    font: normal normal bold 16px/19px Roboto,"sans-serif";
    color: #333333;
    margin-bottom: 10px;
}
.login-form input {
    background: #EEEEEE;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    border: none;
}
.login-form button[type="submit"] {
    background: #3751FF;
    border-radius: 10px;
    min-width: 200px;
    width: auto !important;
    text-align: center;
    font: 18px Roboto,"sans-serif";
    color: #fff;
    padding: 16px;
}
.login-left img {
    display: block;
}
.login-left h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 82px;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .login-wrapper {
        display: block !important;
        align-items: flex-end;
        background-image: none !important;
    }
    .login-wrapper .login-left {
        background-image: url("/public/assets/img/generic/florex-ai-bg-mobile.png?v=1") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .login-wrapper, .login-wrapper .container {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
    }
    .login-form {
        padding: 40px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: unset;
    }
    .login-wrapper .row {
        margin: 0 !important;
        min-height: 100vh;
    }
    .login-wrapper .row > div {
        padding: 0;
    }
    .login-left {
        padding: 20px 20px 80px 20px !important;
    }
    .login-right {
        background-color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: -20px;
    }
    .login-left h3 {
        font-size: 40px;
        line-height: 47px;
    }
    .login-left img {
        max-width: 80px;
    }
    .login-right img {
        display: block;
        max-width: 145px;
        margin-bottom: 20px;
    }
    .login-form h2 {
        font-size: 18px;
        line-height: 21px;
        margin: 20px 0 !important;
        display: none;
    }
    .login-form label {
        font-size: 14px;
        line-height: 16px;
    }
    .login-form .form-group {
        margin-bottom: 20px !important;
    }
    .login-form button[type="submit"] {
        font-size: 16px !important;
    }
}