.fos .lsg_modal_form .main_b_form_input input {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 6.2rem;
  border: none;
  outline: none;
  padding: 1.6rem;
  box-sizing: border-box;
  border-bottom: 0.1rem solid #cfcfcf;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #cfcfcf;
}

.lsg_modal_form input[type="text"].is_invalid {
  border-color: red;
}
.lsg_form_polic_desc {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 2.7rem;
  color: #6b6b6b;
}

.lsg_form_polic_desc a {
  color: #cfcfcf;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.lsg_form_polic_desc a:hover {
  opacity: 0.7;
}

@media (max-width: 699px) {
  .lsg_modal_form .form-errors {
    margin-bottom: 14px;
  }

  .lsg_form_polic_desc {
    color: #cfcfcf;
    font-size: 14px;
    margin: 0 0 24px;
  }
  .fos .lsg_modal_form .main_b_form_input input {
    height: 50px;
    padding: 10px 8px;
    border: 1px solid #cfcfcf;
    font-size: 14px !important;
  }
}
