  /* Stylesheet used for all forms In SFMC */

.layout {
  border-radius: 10px;
  margin: 25px auto !important;
  padding: 10px 25px 25px 25px;
  max-width: 90%;
}

/* Form elements dedicated customisation */
button, input[type="submit"] {
  font-weight: bold;
}
input[type="text"], input[type="email"], input[type="number"]{
  width: 100% !important;
}
.stylingblock-content-wrapper form {
  display: block !important;
  padding: 25px 0 0 !important;
}
.smartcapture-controls {
  margin-bottom: 8px;
}
.sc-formfield-label {
  margin-bottom: 5px !important;
}
.sc-formfield-input input {
  box-sizing: border-box !important;
  padding: 1em 0.5em !important;
} 
.sc-formfield-input select {
  padding: 0.5em;
}
.smartcapture-submit-button-wrapper {
  padding-bottom: 0 !important;
  text-align: right !important;
  margin-right: 25px;
  margin-top: 10px;
}

/* Mediaqueries */
@media screen and (min-width: 600px) {
  .layout {
   max-width: 580px;
  }
}