.login-form{
    max-width: 100%;
}
.form-group .invalid {
    border: 1px solid #d9534f !important;
}
.custom-sub-title{
    font-weight: 400 !important;
}
.custom-box {
    background-color: #ffffff;
    border: none;
    box-shadow: 10px 10px 10px rgba(138, 142, 148, 0.05);
    border-radius: 8px;
    padding: 0;
    max-width: 500px; 
    margin: 0 auto;
}

.custom-box .card-header {
    background-color: #f8f9fa;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}

.custom-header {
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}

.custom-title {
    font-weight: bold;
    margin: 0;
}

.custom-sub-title {
    font-size: 16px;
}
.forgot-password {
    color: #0054A6;
}

.remember-note {
    margin-bottom: 2rem;
}

.policy{
    color: #0054A6;
}

.policy:hover {
    color: #0054A6;
}

.btn-submit{
    background-color: #0054A6;
    color: #ffff;
    border: none;
}

.brand-images {
    position: relative; 
    background-image: url('/images/footer-image.png'); 
    background-size: cover; 
    height: 278px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: -188px;
}

.reset-password {
    margin-top: -99px;
}

.brand-list {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 10px;
}

.brand {
    cursor: pointer; 
    height: 30px; 
    position: relative; 
    z-index: 1; 
    margin-top: 10px;
}

.dm_crm{
    width:206px;
    height: 28px;
}

.password-input-container {
    position: relative;
}

#eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 17px;
    cursor: pointer;
    color: #d3d3d3;
}

@media screen and (width: 3840px) {
    .brand-images {
        height: 703px !important;
        margin-top: 418px;
    }
}

@media screen and (width: 2560px) {
    .brand-images {
        margin-top: 2px;
        height: 471px;
    }
}

@media screen and (min-width: 2552px) {
    .brand-images {
        margin-top: 2px;
        height: 471px;
    }
}

@media screen and (min-width: 2512px) {
    .brand-images {
        margin-top: 2px;
        height: 471px;
    }
}

@media screen and (width: 1600px) {
    .brand-images {
        margin-top: -67px;
    }
}

@media screen and (width: 1366px) {
    .brand-images {
        margin-top: -152px;
    }
}

@media screen and (min-width: 1269px) and (max-width: 1345px) {
    .brand-images {
        margin-top: -112px;
        overflow-x: hidden !important;
    }
}

@media screen and (min-width: 1237px) and (max-width: 1268px) {
    .brand-images {
        margin-top: -98px;
        overflow-x: hidden !important;
    }
}
@media screen and (min-width: 1213px) and (max-width: 1237px) {
    .brand-images {
        margin-top: -110px;
        overflow-x: hidden !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1212px) {
    .brand-images {
        margin-top: -129px;
        overflow-x: hidden !important;
    }
}


@media screen and (max-width: 1024px) {
    .brand-images {
        margin-top: 223px !important;
        height: 280px;
    }
    .brand-logo{
        max-width: 97% !important;
    }

}

@media screen and (max-width: 820px) {
    .brand-images {
        margin-top: 116px !important;
        height: 280px;
    }
}

@media (min-width: 768px) {
    .brand-list {
        flex-direction: row !important;
        gap: 0px !important;
    }

    .brand.mx-2 {
        margin-right: 20px !important;
    }

    .brand.mx-2:nth-child(3) {
        margin-right: 0 !important;
    }

    .brand-logo{
        max-width: 100%;
    }
    

}

@media screen and (max-width: 768px) {
    .brand-images {
        margin-top: -59px !important;
    }

    #eye-icon {
        font-size: 16px;
    }
}