.fix_header{
  position: fixed;
  border-bottom: 1px solid #ebeff2;
  right: 0;
  left: 0;
  z-index: 1030;
}

.error_msg{
  font-size: 15px;color:red;
}
.success_msg{
  font-size: 15px;color:#28a740;
}