@media screen and (min-width: 1200px) {
    .header-btn:hover{
      background: #992E00;
      cursor:pointer;
      -webkit-tap-highlight-color: transparent;
    }
}
.header-btn-wrapper {
  width:191px;
  height:64px;
}
.header-btn{
  width:100%;
  height:100%;
  background: #FF4C00;
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  text-decoration:none;
}
.header-btn:active{
   background: #992E00;
   cursor:pointer;
   -webkit-tap-highlight-color: transparent;
}
.header-btn > p{
  color:#fff;
  margin:0;
  font-family:'Bender';
  font-weight: 800;
  font-size:15px;
}


@media screen and (min-width: 1200px) {
    .login-btn:hover{
      background: #992E00;
      cursor:pointer;
      -webkit-tap-highlight-color: transparent;
    }
}
.login-btn-wrapper {
  width:132px;
  height:64px;
}
.login-btn{
  width:100%;
  height:100%;
  border-radius: 0px 15px 15px 0px;
  background: none;
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  text-decoration:none;
}
.login-btn:active{
  background: #992E00;
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
}
.login-btn > p{
  color:#fff;
  margin:0;
  font-family:'Bender';
  font-weight: 800;
  font-size:15px;
}
.blur{
    filter: blur(70px)!important;
}
.hover:hover {
    opacity:0.8;
}