@charset "utf-8";

/** Page-Specific, Register **/

.tas-logo { padding: 0px 0px 40px 0px; margin: 30px 0px 0px 0px; text-align: center; }
.tas-logo img { width: 240px; }
.tas-pseudo-body > .tas-message { margin: auto; max-width: 80%; text-align: center; }

@media all and (max-width: 768px) {		
  .tas-logo img { width: 200px; }
}

@media all and (max-width: 480px) {		
  .tas-logo img { width: 180px; }
}

.tas-customer-registration { max-width: 1200px; padding: 12px 30px 120px 30px; margin: auto; }
.tas-customer-registration .tas-form-omega { padding-bottom: 0px; overflow: visible; }
.tas-customer-registration-buttons { text-align: center; }
.tas-customer-registration-below-buttons { text-align: center; font-size: 12px; padding: 8px 0px 0px 0px; opacity: 0.5; }
.tas-customer-registration-submitted { width: 520px; margin: auto; }
.tas-customer-registration-submitted h2 { font-size: 24px; margin: 0px; padding: 0px 0px 16px 0px; }
.tas-customer-registration-submitted .tas-message { padding: 0px 0px 36px 0px; }
.tas-customer-registration-submitted .tas-buttons { text-align: center; }
.tas-customer-registration-submitted .tas-buttons .tas-footnote { font-size: 12px; padding: 4px 0px 0px 0px; }

@media all and (max-width: 768px) {		
  .tas-customer-registration { padding-left: 10px; padding-right: 10px; }
}

@media all and (max-width: 480px) {		
  .tas-customer-registration { padding-left: 0px; padding-right: 0px; }
}
