.form1 {
}

.form1 select,
.form1 input[type=text],
.form1 input[type=email],
.form1 button {
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
}

.form1 select, input, textarea, button {
     vertical-align:middle;
     font-family: sans-serif;
}
.form1 textarea {
  width: 100%;
  height: 10rem;
}
.form1 label {
    margin: 0;
    padding: 0;
}
.form1 label input {
    margin: 0 .5em 0 0;
}
.form1 input[type=text],
.form1 input[type=email] {
  width: 100%;
}
.form1 select {
  height: 2em;
}

.form1 input[type=text],
.form1 input[type=email],
.form1 textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #ccc;
    padding: 7px;
    margin:0px;
    outline: none;
}

.form1 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #ccc;
  padding: 7px 20px 7px 7px;
  margin:0px;
  outline: none;
}


.form1 input[type=text],
.form1 input[type=email] {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1) inset;
}
.form1 input[type=text]:focus,
.form1 input[type=email]:focus {
  border: 1px solid #fb6f12;
  box-shadow:
    2px 2px 2px rgba(0, 0, 0, .1) inset,
    0px 0px 6px #fb6f12,
    0px 0px 3px #fb6f12;
}
.form1 select {
  box-shadow: -2px -2px 2px rgba(0, 0, 0, .1) inset;
}
.form1 select:focus {
  border: 1px solid #fb6f12;
  box-shadow:
    -2px -2px 2px rgba(0, 0, 0, .1) inset,
    0px 0px 6px #fb6f12,
    0px 0px 3px #fb6f12;
}





.form1 input.error {
  background-color: #ffd4cd;
}



.form1 input#age {
  width: 3rem;
  height: 2em;
  margin-right: .3em !important;
  text-align: right;
  /*background-color: #eee;*/
}

.form1 .gendertd input[type=radio] {
  display: none;
}
.form1 .gendertd input[type=radio] + label {
  box-shadow: -2px -2px 2px rgba(0, 0, 0, .1) inset;
}
.form1 .gendertd input[type=radio]:checked + label {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1) inset;
}
.form1 .gendertd input[type=radio] + label {
  cursor: pointer;
}
.form1 .gendertd input[type=radio]:checked + label{
  color: #fb6f12;
  background-image: url(../img/check_01_on.svg);
  background-color: #ffeace;
}
.form1 .gendertd input[type=radio] + label {
  line-height: 2.5;
  padding: 10px 10px 10px 30px;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #ccc;
  background-image: url(../img/check_01_off.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 5px;
}

.form1 select {
  background-image: url(../img/select_01.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 5px;
}
.form1 select.error {
  background-color: #ffd4cd;
}

.form1 .submit {
  text-align: center;
}
.form1 .submit p {
  font-size: 11px;
}
.form1 .submit p a {
  color: #5f99eb;
}
.form1 .submit button {
text-align: center;
    padding: 1em 2em 1em 2em;
    background-color: #00A0E9;
    border: none;
    border-radius: 8px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 -3px 0 2px rgba(5, 65, 110, .45) inset;
    font-size: 1.3rem;
    color: #fff;
}

.form1 select#job {
  width: 100%;
  padding: 0px 25px 0px 7px;
}

.form1 table {
  width: 100%;
}
.form1 table th {
  width: 90px;
  padding: .5em;
  /*background-color: #eee;*/
  border: 1px solid #ccc;
  font-size: 10px;
  font-weight: bold;
}

.form1 table th > div {
  display: table;
  width: 100%;
}

.form1 table td {
  padding: .5em;
  border: 1px solid #ccc;
}



.form1 .text {
  display: table-cell;
}

.form1 .text + div {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 2.5rem;
}


.privacy {
  height: 20rem;
  padding: 1rem;
  border: 1px solid #ccc;
  overflow: auto;
}
.privacy p {
  margin: 0 0 .8rem 0;
  font-size: .8rem;
}
.agree {
  padding: .5rem 0 .5rem 0;
}

.required {
  display: inline-block;
  padding: 0px 5px 0px 5px;
  border: 1px solid;
  /*color: #a00;*/
  border-radius: 5px;
  font-size: 10px;

  background-color: red;
  border-color: red;
  color: #fff;
}

.notrequired {
  float: right;
  display: inline-block;
  margin: 0 0 0 .5rem;
  padding: 0px 5px 0px 5px;
  border: 1px solid #999;
  background-color: #999;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
}
.notrequired:after {
  content: "";
  display: block;
  clear: both;
}

.formhead {
  padding: .5rem;
  margin: 0 0 0 0;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #faf4d1;
}
.formhead .info {
  display: table-cell;
  width: 40%;
  margin: 0 0 0 0;
}
.formhead .info:after {
  content: "";
  display: block;
  clear: both;
}
.formhead .info .om {
  width: 5rem;
  text-align: center;
  display: inline-block;
  padding: .3rem 5px .3rem 5px;
  margin: 0 0 0 0;
  font-size: 0.8rem;
  background-color: #fff;
  border: 2px solid #fb6f12;
  border-radius: 3px;
  color: #fb6f12;
}
.formhead .omb {

  margin: 0 0 .5rem 0;
  font-size: 0.8rem;
  color: #aaa;
}
.formhead .flow {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
.formhead .flow img {
  margin-left: 5px;
  max-width: 140px;
}
/*.formhead .flow p {
  width: 3em;
  display: inline-block;
  padding: 1rem;
  font-size: 1rem;
  background-color: #ccc;
  color: #777;
}
.formhead .flow p.active {
  background-color: #fb6f12;
  color: #fff;
}*/
.formhead .rbox {
  padding: .5rem;
  margin: .5rem 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.submittd {
  background-color: #faf4d1;
}
.yeartd {
  padding: 0 0 .5rem .5rem !important;
}
.yeartd select {
  margin: .5rem 0 0 0;
}
.yeartd select {
  margin: .5rem 0 0 0;
}
.yeartd input {
  display: inline-block;
  margin: .5rem .5rem 0 0 !important;
  vertical-align: middle;
}
.yeartd span {
  display: inline-block;
  margin: .5rem 0 0 0;
  vertical-align: middle;
}



@media(max-width: 767px) {

}
