.js-form-type-select, .js-form-type-textfield, .js-form-type-email {
    position: relative;
    width: 100%;
  margin-top: 24Px;
  
}

.form-email {
    display: block;
    margin-top: .25rem;
      width: 100%;
    position: relative;
    padding: .4rem 1rem;
    border-radius: 7px;
    border-color: #c3c3c3;
    border-top-style: outset;
    border-left-style: outset;
    color: #6e6e6e;
    font-size: 1.2rem;
  }

.form-text {
    width: 100%;
    position: relative;
    padding: .4rem 1rem;
    border-radius: 7px;
    border-color: #c3c3c3;
    border-top-style: outset;
    border-left-style: outset;
    color: #6e6e6e;
    font-size: 1.2rem;
  }

.form-textarea {
width: 100%;
position: relative;
padding: .4rem 1rem;
border-radius: 7px;
border-color: #c3c3c3;
border-top-style: outset;
border-left-style: outset;
color: #6e6e6e;
font-size: 1.2rem;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  }

.webform-submission-form {
width: 30rem;
max-width: 100%;
margin: auto;
}


.form-btn--big .active {
border: 1px solid #005a84;
color: #fff;
background: #005a84 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px rgba(255,255,255,0.8);
cursor: pointer;
transition: .2s;
  
 }