#webform-submission-contact-node-122-add-form{
  display: grid;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 30px;
  row-gap: 1.875rem;
  grid-template-columns: 1fr;
}
#edit-name,#edit-lastname,#edit-email,#edit-subject{
    background: #fafafa;
    border-radius: 5px;
    border-radius: .3125rem;
    border: .0625rem solid #fafafa;
    margin-top: 1.875rem;
    padding: .75rem 1.0625rem;
    position: relative;
    width: 100%;
    margin-top: .625rem;
}
.input{
    background: none;
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    outline: none;
    width: 100%;
}
#edit-message{
  background: none;
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    max-width: 100%;
    min-width: 100%;
    outline: none;
    resize: none;
    width: 100%;
}
.js-form-required {
  color: #333;
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: .625rem;
}
#edit-actions-submit{
    padding: .8125rem 0;
    width: 100%;
    background: #91cc15;
    box-sizing: border-box;
    font-family: Montserrat Regular,sans-serif;
    border: #ffffff;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
}