.dfs-lce_form {
  max-width: 420px;
  position: relative; }
  @media (max-width: 600px) {
    .dfs-lce_form {
      max-width: 320px;
      margin: 0 auto; } }
  .dfs-lce_form * {
    font-family: 'Montserrat', sans-serif; }
  .dfs-lce_form .dfs-lce_row {
    padding: 10px; }
    .dfs-lce_form .dfs-lce_row .dfs-lce_label {
      display: inline-block;
      width: 180px;
      font-size: 14px; }
      @media (max-width: 600px) {
        .dfs-lce_form .dfs-lce_row .dfs-lce_label {
          width: auto;
          display: block; } }
    .dfs-lce_form .dfs-lce_row .dfs-lce_select {
      width: 216px;
      background: white;
      cursor: pointer; }
    .dfs-lce_form .dfs-lce_row .dfs-lce_input {
      width: 200px;
      outline: none !important; }
    .dfs-lce_form .dfs-lce_row .dfs-lce_input,
    .dfs-lce_form .dfs-lce_row .dfs-lce_select {
      padding: 8px 8px;
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      border: none;
      border-radius: 2px; }
    .dfs-lce_form .dfs-lce_row.dfs-lce_row-pmt .dfs-lce_label {
      font-size: 16px;
      font-weight: bold; }
    .dfs-lce_form .dfs-lce_row.dfs-lce_row-pmt .dfs-lce_pmt {
      color: #00b333;
      font-weight: bold;
      font-size: 18px; }
      @media (max-width: 600px) {
        .dfs-lce_form .dfs-lce_row.dfs-lce_row-pmt .dfs-lce_pmt {
          display: block;
          margin-top: 10px;
          margin-left: 20px; } }
    .dfs-lce_form .dfs-lce_row.dfs-lce_row-pmt .dfs-lce_small {
      font-size: 10px;
      margin-left: 6px;
      color: #aaa; }
    .dfs-lce_form .dfs-lce_row.dfs-lce_row-disclaimer {
      border-top: 1px solid #e0e0e0;
      margin: 30px 10px 0 10px;
      padding: 30px 0 0 0; }
      .dfs-lce_form .dfs-lce_row.dfs-lce_row-disclaimer small {
        font-size: 10px; }
    .dfs-lce_form .dfs-lce_row.dfs-lce_row-error {
      text-align: right;
      padding-top: 0;
      padding-bottom: 0; }
      .dfs-lce_form .dfs-lce_row.dfs-lce_row-error .dfs-lce_error {
        color: red;
        font-size: 12px; }
  .dfs-lce_form a {
    text-decoration: none; }
  .dfs-lce_form a.dfs-lce_cta-link.disabled .dfs-lce_button {
    background: #e0e0e0; }
  .dfs-lce_form .dfs-lce_button {
    background: #00b333;
    outline: none;
    border: none;
    color: white;
    padding: 10px 16px;
    border-radius: 2px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: background 0.2s ease; }
    .dfs-lce_form .dfs-lce_button:hover {
      background: #00b834; }
  .dfs-lce_form .dfs-lce_overlay {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .dfs-lce_form .dfs-lce_overlay .dfs-lce_span {
      font-size: 20px;
      margin-bottom: 20px; }
    .dfs-lce_form .dfs-lce_overlay .dfs-lce_cta-button {
      display: none; }
