.join {
  background: #f6f9fc;
  padding: 150px 0 115px;
}
@media screen and (max-width: 767px) {
  .join {
    padding: 100px 0;
  }
}
.join .center-blc {
  max-width: 1192px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.join-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .join-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.join-inner .title {
  max-width: 300px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 42px;
  text-transform: uppercase;
  color: #3d4d77;
}
.join-form {
  width: 700px;
}
@media screen and (max-width: 920px) {
  .join-form {
    width: 100%;
    margin-top: 20px;
  }
}
.join-form .has-error input.form-control:focus {
  border-bottom-color: #e24c4c !important;
}
.join-form .has-success input.form-control:focus {
  border-bottom-color: #128c37 !important;
}
.join-form .row-twice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .join-form .row-twice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.join-form .row-twice:after {
  display: none !important;
}
.join-form .row-twice .input-field-blc:first-child {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .join-form .row-twice .input-field-blc:first-child {
    width: 100%;
  }
}
.join-form .row-twice .input-field-blc:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .join-form .row-twice .input-field-blc:last-child {
    width: calc(100% - 170px);
    margin: 10px 0 0 170px;
  }
}
@media screen and (max-width: 575px) {
  .join-form .row-twice .input-field-blc:last-child {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.join-form .row-twice .input-field-blc:last-child input,
.join-form .row-twice .input-field-blc:last-child .input-wrap {
  width: 100%;
}
.join-form .no-label .title-blc {
  display: none !important;
}
.join-form .form-group {
  display: block;
}
.join-form .form-group .title-blc {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 575px) {
  .join-form .form-group .title-blc {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.join-form .form-group .title-blc label {
  color: #3d4d77;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .join-form .form-group .title-blc label {
    margin-bottom: 10px;
  }
}
.join-form .form-group input,
textarea {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 1rem;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  border-radius: 3px;
  background: #ffffff;
}
.join-form .form-group input ::-webkit-input-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group input :-moz-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group input ::-moz-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group input :-ms-input-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
@media screen and (max-width: 575px) {
  .join-form .form-group input {
    width: 100%;
  }
}
.join-form .form-group .input-wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 170px);
  position: relative;
}
@media screen and (max-width: 575px) {
  .join-form .form-group .input-wrap {
    width: 100%;
  }
}
.join-form .form-group .input-wrap .show-blc {
  position: absolute;
  top: 16px;
  width: 20px;
  height: 20px;
  right: 14px;
  cursor: pointer;
}
.join-form .form-group .input-wrap .show-blc svg {
  width: 20px;
  height: 20px;
  fill: #b2b2bb;
}
.join-form .form-group .input-wrap .show-blc:hover svg {
  fill: #128c37;
}
.join-form .form-group .input-wrap .show-blc.show svg {
  fill: #128c37;
}
.join-form .form-group .input-wrap input {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  border-radius: 3px;
  padding: 10px 50px 10px 12px;
}
.join-form .form-group .input-wrap input ::-webkit-input-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group .input-wrap input :-moz-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group .input-wrap input ::-moz-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group .input-wrap input :-ms-input-placeholder {
  opacity: 0.5;
  color: #3d4d77;
}
.join-form .form-group.has-error input {
  border-color: #e24c4c;
}

.join-form .action-btn .join-button {
  border-radius: 3px;
  background: #3d4d77;
  color: #ffffff;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.7px;
}
.join-form .action-btn .join-button:hover {
  background: #4e6399;
}
