.navbar-brand a:before {
  content: '';
  position: absolute;
  width: 74px;
  height: 45px;
  background: url("../png/logo_standard_2021.png");
  top: -9px;
  left: 0;
}



.myButton {
   /*box-shadow:inset 0px -3px 7px 0px #29bbff;*/
  /*background:linear-gradient(to bottom, #00b3e0 5%, #00b3e0 100%);*/
  background-color:#00b3e0;
  border-radius:8px;
  border:1px solid #0b0e07;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:19px;
  padding:9px 34px;
  text-decoration:none;
  text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
  background:linear-gradient(to bottom, #FFFFFF 100%, #FFFFFF 100%);
  background-color:#FFFFFF;
  color: #00b5e0;
}
.myButton:active {
  position:relative;
  top:1px;
}