.grecaptcha-badge,
.grecaptcha-logo{
  visibility: hidden;
}
.v3-captcha-box{
  margin-top: 10px;
}


.w-dyn-empty{
    visibility: hidden;
}

.w-dyn-bind-empty{
    display: block !important; 
}

#preview-button{
  margin-right: 20px;
}
.powered-by{
  padding-top: 50px;
}

.powered-by-header{
  margin-top: 30px;
}

.artist-deck{
  display: flex;
  justify-content: center ;
}

@media (max-width: 750px){
  
  #login-button-sameline,
  #preview-button{
    padding-left: 15px;
    padding-right: 15px;
  }
  #preview-button {
    margin-left: 15px;
    margin-right: 10px;
  }
  
}