/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-mecanoid-formpassword {
  background-color: white;
  border: 1px solid black;
  min-height: 50px;
  margin: 10px 20px;
  padding: 10px;
  color: black;
}

.wp-block-mecanoid-formpassword h1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
