.top-name {
  position: relative;
  top: 0;
  left: 0px;
  height: 60px;
  background-color: #fff;
  color: black;
  /*border-right: 1px solid rgba(0, 0, 0, 0.15);*/
  font-size: 24px;
  font-weight: 700;
  /*padding: 0 20px;*/
  /*padding-left: 8px;*/
  display: flex;
  align-items: center;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}

top-name a {
  color: black;
}

.top-logo {
  box-sizing: border-box;
  height: 60px;
  padding: 8px 16px 8px 32px;
  align-items: center;
}
body{
  color: #333 !important;
}

formerrmsg{
  color: red;
  text-align: center;
}
.menu-item-label {
  margin-left: 20px;
}
h4{
  text-transform: uppercase;
  font-size: 20px;
}