body {
    background-color: white; /* Light background color */
}

.custome_header{
    background-color: white !important;
    border-bottom: 3px solid #e2e2e2 !important;
     
}
.custome_nav_link{
    color: #0056b3 !important;
    padding:5px 20px !important;
    margin:5px  !important;
    border:3px solid  #e2e2e2 !important;
    border-radius: 10px;
}

.custome_nav_link:hover{
    background-color: #1d73ba !important;
    color: white !important;
}




.form-label{
    font-size: 15px;
    border-color: #818181;
    color: #818181;
}
.form-control {
    background-color: #e9f0f9; /* Light blue background color */
    border-color: #e2e2e2; /* Silver border color */
    border-radius: 50px; /* Rounded corners */
    border-width: 2px;
}
.submit_btn {
    background-color: #1d73ba; /* Light blue background color */
    border-radius: 50px; /* Rounded corners */
}

.btn-primary {
    background-color: #007bff; /* Blue primary button color */
    border-color: #007bff; /* Blue primary button border color */
    width:100%;
    text-align: center;
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker blue hover color */
    border-color: #0056b3; /* Darker blue hover border color */
}
@media (max-width: 991.98px) {
    .navbar-toggler-icon {
        background-color: #007bff; /* Blue color for the toggler icon */
    }
}


 