﻿.ad-log-main {
    background-color: white !important;
    background: white !important;
}

.ad-log-in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    background-color: white;
   
}
/* Default logo size for larger screens */
.logo-image {
    height: 60px;
}

/* On mobile screens, reduce the logo size */
@media (max-width: 767px) {
    .logo-image {
        height: 40px; /* Adjust this value as needed */
    }
}


.custom-margin-top {
    margin-top: 136.6px;
}

@media (max-width: 768px) {
    .custom-margin-top {
        margin-top: 50.6px;
    }
}

.rightImage {
    margin-right: 0 !important;
    margin-left: auto !important; /* push logo to the right */
}



.custom-icon {
    font-size: 40px;
    color: #002F70;
}

@media (max-width: 768px) {
    .custom-icon {
        font-size: 20px;
       
    }
}
@media (max-width: 768px) {
    .custom-li {
        margin-left: 0 !important;
        overflow: hidden;
        list-style: none;
        margin-bottom:5px
    }
}

.icon-ltr {
    margin-right: 15px;
}

.icon-rtl {
    margin-left: 15px;
}