/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 06:46:45 */
#gform_submit_button_1 {
    background: linear-gradient(112.5deg, #00A7E1 1.35%, #5AEAFF 51.85%);
    height: 60px;
    gap: 10px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 12px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#gform_1 input[type="text"], #gform_1 input[type="email"] {
  background: #5AEAFF1A;      
  border: 1px solid #5AEAFF;  
  width: 100%;              
  height: 50px;              
  border-radius: 8px;        
  padding: 16px;             
  font-size: 16px;          
   color: #000;               

}
#gform_1 input::placeholder {
   color:#002B49;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
}




#gform_1 input[type="submit"] {
    font-family:"Open Sans",Sans-serif!important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color:#002B49;
    
}

#gform_1 .gform_fields {
    display:flex;
    flex-direction:column;
    row-gap:24px;
}
.charleft {
   display:none !important;
} 

#gform_1 .after-button-text {
    font-family:"Open Sans",Sans-serif!important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color:#002B4980;
    white-space: nowrap;
    margin-top:12px;
    text-align:center;
    width: 100%;              /* make it span full row */
    display: block; 
}
.form-short-code p.gform_description{
    font-family:"Open Sans",Sans-serif!important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom:24px;
}
.form-short-code .gform_title {
    margin:0;
    padding-bottom:24px;
}
input#gform_submit_button_1 {
width:100%;
}

@media (min-width:1025px)
{
  .form-short-code .gform_validation_error div#gform_1_validation_container {
    display: none;
  }
  .form-short-code  .gform_validation_error .gform_fields  {
    row-gap:8px !important
  }
.form-short-code .gform_validation_error h2.gform_title {
     padding-bottom:10px !important;
}

.form-short-code .gform_validation_error .gform_description {
    padding-bottom:10px !important;
}
.form-short-code .gform_validation_error .after-button-text {
    margin-top:0px !important;
}
.form-short-code .gform_validation_error .gform-footer {
    margin-top:12px !important;
}
span.partner-outcome {
    white-space: nowrap;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
 
  .form-short-code {
    padding:20px 76px !important;
  }
   .right-form-container .form-short-code {
   max-width:100%;
   width:100%;
}
}

@media only screen and (max-width: 767px) {
 
  .form-short-code {
    padding:20px 14px !important;
  }
.right-form-container .form-short-code {
   max-width:100%;
   width:100%;
}
}
@media only screen and (max-width:480px) {
#gform_1 .after-button-text {
   white-space:wrap;
}
}

/*******************************/ 


