.m1-form ::-webkit-input-placeholder {
  color: #acacae;
}

.m1-form ::-moz-placeholder {
  color: #acacae;
}

.m1-form :-moz-placeholder {
  color: #acacae;
}

.m1-form :-ms-input-placeholder {
  color: #acacae;
}

.m1-form :focus::-webkit-input-placeholder {
  color: transparent;
}

.m1-form :focus::-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
  color: transparent;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.just {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.clrfix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  height: 0;
}

.ulfix {
  font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

body {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  background: #ffffff;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
}

.wrap {
  position: relative;
  background: #fff;
  width: 480px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.wrap:after {
  clear: both;
  content: "";
  display: table;
}

.nopad {
  padding: 0;
}

.m1-form input.field {
  position: relative;
  display: block;
  outline: 0;
  border: none;
  background: #fff;
  width: 100%;
  height: 77px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2f3139;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.button-m {
  position: relative;
  display: block;
  width: 300px;
  height: 68px;
  line-height: 70px;
  margin: 0 auto;
  border: none;
  text-align: center;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #637d04;
  /* background: #f682b6; */
  /* background: -moz-linear-gradient(top,  #f682b6 0%, #ed62a0 100%);
  background: -webkit-linear-gradient(top,  #f682b6 0%,#ed62a0 100%); */
  background: linear-gradient(to bottom,  #9dc614 0%,#88ae03 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f682b6', endColorstr='#ed62a0',GradientType=0 ); */
  /* -webkit-box-shadow: 0 2px 0 #d6568f; */
  box-shadow: 0 2px 0 #637d04;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-m:active {
  top: 1px;
}

.m1-form {
  width: 400px;
  margin: 0 auto;
}

.m1-form .button-m {
  width: 100%;
  height: 77px;
  line-height: 79px;
  font-size: 24px;
  letter-spacing: 1.5px;
}

h2.title {
  font-size: 50px;
  font-weight: 900;
  line-height: 0.85em;
  color: #2b2d35;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2.title span {
  display: block;
  font-weight: 400;
  font-size: 22px;
  text-transform: lowercase;
  letter-spacing: 0.9px;
}

h2.title:after {
  display: block;
  width: 70px;
  height: 4px;
  background: #ed62a0;
  margin: 10px auto 0;
  content: '';
}
