:root{
  --oemdad-red:#E11D48;
}

.oemdad-header{
  background: linear-gradient(135deg, #f7630c 20%, #E11D48 80%);
  border-bottom-left-radius:35px;
  border-bottom-right-radius:35px;
  z-index:1030;
}
.oemdad-back{
  border-radius:12px;
}

.oemdad-title{
  font-size:1.1rem;
}

.oemdad-spacer{
  width:40px;
}

.oemdad-page{
  padding-top:95px;
}
.oemdad-logo{
  height:32px;
  width:auto;
  object-fit:contain;
}

.oemdad-back {
  color: #fff !important;
  background: rgba(255,255,255,0.2) !important;
  border: none !important;
}
.oemdad-back:hover {
  background: rgba(255,255,255,0.35) !important;
}

@media (max-width:576px){
  .oemdad-logo{
    height:26px;
  }
}
