#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: 4px;
    background: #024766;
    color: white;
    min-width: 40px;
    height: 100%;
    text-align: center;
    font-size: 29px;
}

.center_flex{
    justify-content: center
}