.container {
  max-width: 680px;
  width: 98%;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

body {
  display: block;
  background: #312121;
  text-align: center;
  font-family: 'Hind', sans-serif;
  color: #fff;
}

.logo {
  padding-bottom: 30px;
}

.box {
  max-width: 600px;
  margin: 0 auto;
}

.box h3 {
  margin: 0px 0 20px 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

form {
  max-width: 370px;
  margin: 0 auto;
}

.box label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}

.box input {
  background: #fff;
  max-width: 370px;
  margin: 30px auto 0 auto;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  width: 90%;
}

.box input:focus {
  outline: none;
}

.box button {
  background: transparent;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: .4s;
  transition: .4s;
}

.box button:hover {
  outline: none;
}

.box button:focus, .box button:active {
  outline: none;
}

.form-group {
  display: block;
  margin: 0 0;
  text-align: right;
}

.msg {
  color: green;
  display: none;
  padding: 20px;
}

.text-center {
  text-align: center;
}

h2 {
  color: #fff;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  font-size: 1.7em;
}

h3 {
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 1.5em;
  padding: 0 0px;
  line-height: 35px;
}

.orange {
  color: orange;
  font-weight: 600;
}

::-webkit-input-placeholder {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: 'Hind', sans-serif;
  text-transform: lowercase;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: 'Hind', sans-serif;
  text-transform: lowercase;
  font-size: 18px;
}

::-ms-input-placeholder {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: 'Hind', sans-serif;
  text-transform: lowercase;
  font-size: 18px;
}

::placeholder {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: 'Hind', sans-serif;
  text-transform: lowercase;
  font-size: 18px;
}
/*# sourceMappingURL=lead.css.map */