.smn-form-wrapper-style {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smn-form-wrapper-style form {
  display: flex;
  flex-direction: column;
  height: 150px;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .smn-form-wrapper-style form {
    height: 250px;
  }
}
.smn-form-wrapper-style form .smn-fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 20px 10px;
}
@media screen and (max-width: 768px) {
  .smn-form-wrapper-style form .smn-fields {
    flex-direction: column;
  }
}
.smn-form-wrapper-style form .smn-fields .field {
  display: flex;
  gap: 0px;
  height: 3rem;
}
.smn-form-wrapper-style form .smn-fields .field input {
  border-width: 1px;
  border-style: solid;
  padding: 3px 8px;
}
.smn-form-wrapper-style form .smn-fields .field input[type=submit] {
  border-left: 0px;
  cursor: pointer;
}
.smn-form-wrapper-style form .smn-fields .field input[type=email] {
  width: 180px;
}
.smn-form-wrapper-style form .title {
  font-size: 1.5rem;
}
.smn-form-wrapper-style form .smn-message {
  font-size: 0.85rem;
  min-height: 0.85rem;
}
@media screen and (max-width: 768px) {
  .smn-form-wrapper-style form .smn-message {
    width: 80%;
    text-align: center;
  }
}

.smn-form-wrapper-default-colors form {
  background-color: rgb(63, 63, 63);
  color: white;
}
.smn-form-wrapper-default-colors form .smn-fields .field input {
  border-color: black;
}
.smn-form-wrapper-default-colors form .smn-fields .field input[type=submit] {
  background-color: rgb(63, 63, 63);
  color: white;
}

/*# sourceMappingURL=simple-mail-newsletter.css.map */
