
  .example.example3 .fieldset {
    padding: 0;
    border-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 28px;
    color: #848383;
    line-height: 28px;
    margin-bottom: 40px;
    position: relative;
  }
  .example.example3 .fieldset .fieldset-title{
    margin-left: 15px;
    margin-bottom: 22px;
  }

  .example.example3 .field {
    padding: 38px 31px 36px;
    border: 1px solid #3B3B3B;
    border-radius: 48px;
    width: 100%;
    font-size: 28px;
    font-weight: normal;
    background-color: RGBA(9, 9, 9, 1);
    color: #DEDEDE;
  }

  .example.example3 .field input{
    font-size: 40px;
  }

  .example.example3 .field.half-width {
    width: calc(50% - (145px / 2));
  }

  .example.example3 .field.third-width {
    width: calc(30% - (5px / 3));
  }

  .example.example3 .field + .field {
    margin-top: 30px;
  }
  
  .cvc_img{
    position: absolute;
    bottom: 33px;
    right: 30px;
  }
  .cvc_img img{
    width: 35px;
    height: 35px;
  }

  .example.example3 .field.focus,
  .example.example3 .field:focus {
    color: #DEDEDE;
  }

  .example.example3 .field.invalid {
    background-color: #fa755a;
    color: #DEDEDE;
  }

  .example.example3 .field.invalid.focus {
    color: #DEDEDE;
    background-color: #DEDEDE;
  }

  .example.example3 .field.focus::-webkit-input-placeholder,
  .example.example3 .field:focus::-webkit-input-placeholder {
    color: #DEDEDE;
  }

  .example.example3 .field.focus::-moz-placeholder,
  .example.example3 .field:focus::-moz-placeholder {
    color: #DEDEDE;
  }

  .example.example3 .field.focus:-ms-input-placeholder,
  .example.example3 .field:focus:-ms-input-placeholder {
    color: #DEDEDE;
  }

  .example.example3 input, .example.example3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
  }

  .example.example3 input {
    color: #DEDEDE;
  }

  .example.example3 input::-webkit-input-placeholder {
    color: #DEDEDE;
  }

  .example.example3 input::-moz-placeholder {
    color: #DEDEDE;
  }

  .example.example3 input:-ms-input-placeholder {
    color: #DEDEDE;
  }
  
  .example.example3{
    text-align: center;
  }
  .example.example3 button {
    width: 421px;
    height: 96px;
    background: #CFB503;
    border-radius: 47px;
    border: 0;
    font-size: 38px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin-top: 133px;
  }

  .example.example3 button:active {
    background-color: #f5be58;
  }

  .example.example3 .error svg .base {
    fill: #fa755a;
  }

  .example.example3 .error svg .glyph {
    fill: #fff;
  }

  .example.example3 .error .message {
    font-size: 22px;
    color: #971212;
    line-height: 22px;
  }

  .example.example3 .success .icon .border {
    stroke: #fcd669;
  }

  .example.example3 .success .icon .checkmark {
    stroke: #fff;
  }

  .example.example3 .success .title {
    color: #fff;
  }

  .example.example3 .success .message {
    color: #9cabc8;
  }

  .example.example3 .success .reset path {
    fill: #fff;
  }
