.login-content {
    padding: 40px;
}

.login-page,
.register-page {
    min-height: 100vh;
    height: auto;
}

h5.bs-stepper-title {
    display: none;
}

@media screen and (max-width: 767px) {
    .login-content {
        padding: 40px 0;
    }

    .login-page {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .bs-stepper-label {
        display: none;
    }

    .bs-stepper .step-trigger {
        padding: 0;
    }

    h5.bs-stepper-title {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        color: #007bff;
        display: block;
    }

    .bs-stepper-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .bs-stepper-header {
        margin: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}