.alert {
    padding: 0px;
    background-color: #f44336;
    color: white;
    }
.closebtn {
    margin-left: 0px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    }
.closebtn:hover {
    color: black;
    }
.nav_bg_color{
    background-color: cornsilk;
}
.logo_width{
    width: 40px !important;
}
.hp-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
}