*{
    font-family: Inter;
}

.font-inter{
  font-family: Inter !important;
}

.boxstyle-shadow {
    box-shadow: 0px 0px 30px #1e1e1e; 
}

.banner-container {
    position: relative;
    width: 100%;
    height: 150px; 
    overflow: hidden;
    background-image: url(../assets/images/lto-mainbg.jpg);
    background-color: #1d46ad; 
    background-blend-mode: multiply; 
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.customInput{
    border: 1px solid #e4e4e4 !important;
    height: 66px !important;
    width: 100% !important;
    border-radius: 8px !important;
    /* max-width: 300px; */
}

.btn-login{
    height: 60px;
    font-weight: 500;
}

@media (max-width:991px) {
    .nk-split > .nk-split-content:first-child {
        display: none !important;
    }
}

@media (max-width:991px) {
    .nk-split-content .nk-block-area-column {
        min-height: 100vh;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
}

/* .page-wrapper {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
} */
