.sm-pwa-install-btn{
  position:fixed;
  right:20px;
  bottom:70px;
  background:#ff5156;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:10px 20px;
  font-weight:600;
  font-family:inherit;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  z-index:9999;
  gap:6px;
  align-items:center;
}
.sm-pwa-login-btn{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#000;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  padding:10px 20px;
  font-weight:600;
  font-family:inherit;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  z-index:9999;
}
.sm-pwa-install-btn:hover,
.sm-pwa-login-btn:hover{
  opacity:.9;
}
@media (max-width:600px){
  .sm-pwa-install-btn{
    right:15px;
    bottom:75px;
  }
  .sm-pwa-login-btn{
    right:15px;
    bottom:20px;
  }
}
