.form-actions button {
    /*background-image: linear-gradient(-180deg, #ffe254, #ffeb89 25%, #ffc414 50%, #eaa639);
    border: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 110px;
    border-radius: 6px;
    margin-top: 1px;
    cursor: pointer;
    font-family: MontserratExtra, sans-serif;
    color: #19123b;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;*/
  
      border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
    width: 100%;
    padding: 10px 45px;
    color: #ffffff;
    margin-top: 10px;
  
}
.form-actions button:hover {
    background-image: linear-gradient(0deg, #ffe254, #ffeb89 25%, #ffc414 50%, #eaa639);
    /* font-size: 29px; */
}

.form-group input::placeholder {
    color: black !important;
}

.form-group input[type=text], input[type=password], input[type=tel]  {
    background-color:#FFF;
    color: #000000;
    border-radius: 10px;
}

.input-tos-checkbox{
    position: relative;
    display: block;
    padding-left: 1.25rem;
    line-height: 15px;
}

.input-tos-checkbox a{
    color:#3b319e;
}

.input-tos-checkbox input[type=checkbox]{
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    height: auto;
    width: auto;
}
.input-tos-checkbox span{
    color: #495057;
}

#formulario{
    background-color: #dce6fd;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
}

#formulario strong{
    color:#FFFFFF;
    font-size: 10px;
    display: none;
}

.input-tos-checkbox{
    text-align: left;
    font-size: 8px;
}
.form-title{
    background-color: #3e3c3c;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    padding: 25px 25px 23px;
    color: #FFF;
    font-style: normal;
}

.pay-footer{
    background: #efefef;
    text-align: center;
    border-top: 2px dashed #c7c6c6;
    padding: 25px 25px 23px;
}

.validation-error{
  color: #af0000;
  font-size: 12px;  
}

.form-field-alert.form-field-alert-danger{
   padding: 0px 0px 0px 0px !important;
}