* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Helvetica, sans-serif;
}

body {
  background:#FF5F50; /* shift44 color */
  margin: auto;
  max-width: 550px;
  font-size: 1.2rem;
}

h1 {
  font-size: 3rem;
  color: #383838;
  line-height: 3.5rem;
  transform: scale(1,0.9);
  padding-top: 50px;
  font-weight: 800;
}

p {
  font-size: 8px;
  color: #696969;
  padding-top: 20px;
  font-weight: normal;
}

.label-names {
    font-weight: 400;
}

form {
  background: white;
  height: 100%;
  font-weight: 600;
}

input[type=text],
select#state,
button.btn.dropdown-toggle.btn-light.bs-placeholder,
.bootstrap-select>.dropdown-toggle {
  width: 95%;
  border: none;
  border-bottom: 2px solid #A9A9A9;
  font-size: 16px;
  color: #383838;
  background: transparent;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 35px;
  font-size: 1.3rem;
}

.bootstrap-select>.dropdown-toggle,
button.btn.dropdown-toggle.btn-light.bs-placeholder {
    color: #000;
    border-radius: 0;
}

.dropdown.bootstrap-select {
    width: 430px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E0E0E0;
  opacity: 1; /* Firefox */
  font-weight: lighter;
  font-size: 1.3rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E0E0E0;
  font-weight: lighter;
  font-size: 1.3rem;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #E0E0E0;
  font-weight: lighter;
  font-size: 1.3rem;
}

.disclaimer {
  line-height: 1rem;
  width: 100%;
  font-size: 11px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.input_form {
  padding: 50px;
  color: #A9A9A9;
}

.form-submit {
  height: 50px;
  width: 197px;
  border-style: none;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.5);
  background-image: linear-gradient(#696969, #C0C0C0);
}

.form-submit:hover{
  background: #808080;
  background-image: linear-gradient(#C0C0C0, #696969);
}

.error {
  font-size: 14px;
  font-weight: normal;
  padding-top: 50px;
  color: black;
}

.g-recaptcha {
  margin-top: 10px;
  margin-bottom: 40px;
}

.error-msg {
  color: red;
  font-size: 12px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 10px;
}
