/*
body {
    background: rgb(36,0,22);
    background: linear-gradient(
        319deg,
        rgba(36,0,22,1) 0%,
        rgba(121,9,118,1) 43%,
        rgba(0,212,255,1) 90%
    );
    background-attachment: fixed;
}
*/
#wp-2xt-register {
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  border: 2px solid #EEE;
  margin-bottom: 5rem;
  /* box-shadow: -15px -15px 50px rgba(0,0,0,0.5); */
}



/*
#wp-2xt-register label.form-label::after {
  color: red;
  content: ' *';
}

header {
  display: none;
}
*/

h1.wp-block-post-title {
  color: #e7425a;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 300;
}


body > footer {
  background: #222;
  color: white;
}

body > footer h2 {
  color: #ff9393;
}
