#Top_bar .menu_wrapper {
    display: none;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon-eye-btn {
    cursor: pointer;
    padding: 6px;
    background: #024766;
    color: white;
    min-width: 40px;
    height: 100%;
    text-align: center;
    font-size: 29px;
    margin-top: 20px;
}

select#distributor_city {
    width: 100%;
    border: solid 3px #626262;
    margin-top: 20px;
}

.btn_blue_holcim{
 background-color: #044474 !important;
    width: 100%; 
}

.center_flex{
    justify-content: center
}