body {
    background: #f5f5f5;
    /* Adjust as necessary */
}

.login-bg {
    background-image: url(../images/bg_login.png);
    object-fit: contain;
}

.login-box {
    box-shadow: 0 2px 48px 0 rgba(27, 50, 94, 0.1);
    border-radius: 20px;
}

.login-box label {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: normal;
}

.w-md-468px {
    max-width: 468px;
}

.login-box .link-primary {
    font-size: 16px;
    color: #038edc !important;
        font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

.login-box .btn.btn-primary {
    font-size: 18px;
}

.eye_icon {
    right: 12px;
    top: 0;
    cursor: pointer;
    min-width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    text-align: left;
    margin-bottom: 27px;
}

.logo img {
    max-width: 109px;
}

.company-logo img{
 height: 38px;
}

.tag-line {
  color: #0c486e;
}

.login-content h1{
color: #0c486e;
max-width: 510px;
font-size: 32px;
}

.login-content h1 span {
    color: #038edc;
}

#kt_body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

h1.text-gray-900 {
    color: #333;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img.me-3 {
    margin-right: 10px;
}

.d-grid button {
    background-color: #5dbcd2;
    /* Your button color */
    border-color: #5dbcd2;
}

.list-group-flush li {
     color: #5a6d7a;
}


@media only screen and (max-width: 1160px) {
    #kt_body {
        display: inherit;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }
}