.custom-form { width: 82%; margin: auto; }
.form-column { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; margin-top: 20px; justify-content: center; }
.form-column input { width: 40%; height: 69px; padding-left: 28px; border: 0; border-radius: 5px; }
.sin-number input { width: 82%; }
.banking-info { margin: 33px 0px 27px 0px; text-align: center; font-weight: bold; }
.banking-info p { margin: 0 auto; width: 82%; }
.banking-info img { margin: 29px auto; width: 82%; }
.empty-field { visibility: hidden; pointer-events: none; }
.form-note { text-align:left; font-size:12px; color: #fff; padding-left: 90px; position: relative; top: 14px; }

#cheque_upload { display: none; }
.upload-cheque { text-align: center; padding-top: 40px; padding-bottom: 20px; }
#upload_button { background-color: #007bff; font-size: 18px; border:0 !important; text-transform: capitalize; padding: 8px 16px; height: 60px; width: 260px; color: #000; border-radius: 60px;} 
#upload_button:hover { background-color: #0056b3; } 
#file_name { font-style: italic; display: flex; text-align: center; justify-content: center;  margin-top: 10px; }

.consent-wrapper { display: flex; justify-content: center; }
.consent-wrapper .consent { display: flex; gap: 15px; width: 82%; margin-top: 20px; margin-bottom: 40px; font-size: 15px; }
.consent-wrapper .consent input { width: 40px; height: 25px; }

.g-recaptcha { display: flex; flex-direction: row; justify-content: center; padding-bottom: 40px; }

.button-submit { display: flex; cursor: pointer; align-items: center; justify-content: center;}
.button-submit .play-btn { height: 50px; width: 50px; position: absolute; z-index: 2; margin-left: 182px;}
.button-submit input { border: 2px solid #00000080 !important; text-align: left; z-index: 10;  width: 260px; padding: 22px 0px; border-radius: 60px; font-size: 20px; font-family: 'Montserrat'; line-height: 1; font-weight: 500; text-transform: uppercase; padding-left: 54px; background: transparent; border: 0; cursor: pointer;}

.form-error { color: rgb(255, 0, 0); margin-bottom: 10px; text-align: center; padding: 10px; }
@media only screen and (max-width: 990px) {
    .custom-form { width: 100%; }
}
@media only screen and (max-width: 600px) {
    .form-column { display: flex; flex-direction: column; align-content: center; }
    .form-column input, .sin-number input { width: 90%; }
    .banking-info img { width: 90%; }
    .empty-field { display: none; }
.form-note { padding-left: 20px !important; }
}