.hero {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/index-bg.jpeg);*/
    background-position: top center;
    background-size: cover;
    height: 30rem;
}

.hero-slider-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
}

.hero-slider-img::after {
    content: '';
    position: absolute;
    z-index: 4;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 992px) {
    .hero {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/index-bg.jpeg);*/
        background-position: top center;
        background-size: cover;
        height: 60rem !important;
    }
}


.login-input {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    color: #000000;
    outline: none;
    border: none;
    width: 100%;
}


.info-wrapper {
    width: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.1fr 1.9fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
}

.info-wrapper div:nth-child(1) {
    padding-top: 7px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.info-wrapper div:nth-child(2) {
    display: flex;
    justify-content: start;
    align-items: start;
}