.form-header{
  color: #a11d13;
  font-size: 28px;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
  background-color: #eccb7c;
}
.form-header strong{
  font-size: 38px;
}
.form-header img{
  float: left;
  width: 55px;
  margin-right: 5px;  
}
.form-header .form-text-header{
  float: left;
  width: calc(100% - 60px);
}
.check-headline{
  background-color: #e1b24a; 
  display: inline-block;
  padding:10px 20px;
}
.check-headline *{
  font-size: 20px;
  color: #000;
}
.module-gbt-mixed-content_form .form{
  padding: 40px;
}
form.form button.btn{
  background-color: #a11d13;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0;
  height: 50px;
  border-radius: 0;
  border: 1px solid #d1402d;
}

form.form button.btn .text{
  width: calc(100% - 60px);
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
form.form button.btn .arrow{
    width: 60px;
    height: 50px;
    float: right;
    border-left: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.form button.btn .arrow img{
  width: 30px;
}
form.form .privacy{
  font-size: 20px; 
  margin-top: 20px;
}

form.form .form-group input{
  margin-bottom: 10px;
}
@media(max-width: 1024px){
  .check-headline *{
    font-size: 15px;
  }

  .form-header{
    font-size: 20px;
  }

  .form-header strong{
    font-size: 28px;
  }
  form.form .privacy{
    font-size: 14px;
  }
  form.form button.btn{
    font-size: 14px;
  }

}
