main {
   max-width: 1100px;
   min-width: 950px;
   margin: auto;
   font-family: Lato,Arial,Helvetica,sans-serif;
   padding: 22px;
}

main h1 {
   font-size: 26px;
   color: #125063;
   text-align: center;
   margin-bottom: 5rem;
}

.big-button {
   background-color: #409de5;
   background-image: linear-gradient(rgb(64, 157, 229) 1%, rgb(30, 87, 153) 99%);
   color: #ffffff;
   font-size: 16px;
   padding: 4px 12px;
   border: 0;   
   width: 100%;
   height: 46px;
   border: none;
   border-radius:2px;
   outline: 0 !important;  
}

.big-button:active {
   background-image: none;
}

.tabs3pay-logo {
   width: 35%;
   margin-bottom: 10px;
}

/*************************************************************/
/* Form Page                                                 */

.before-started-text{
   margin-bottom: 20px;
}

.form-page-contents form {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
}

.form-error-msg{
   display: none;
   width: 100%;
}

.control-wrap {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 10px;
   align-content: start;
   width: 100%;
}

.control-half {
   width: calc(50% - 10px);
}

.control-quarter {
   width: calc(25% - 10px);
}

.control-wrap label:not(.form-check-label) {
   font-size: 12px;
   line-height: 16px;
   display: block;
   text-transform: uppercase;
   color: #aeacac;
   font-weight: 600;
   flex: 1 0 100%;
}

.control-wrap .control:not(.form-check-input) {
   width: 100%;
   flex: 1 0 100%;
}

.control-wrap input:not(.form-check-input) {
   padding: 4px 11px;
   width: 100%;
   height: 32px;
   font-size: 14px;
   line-height: 1.5;
   color: #000000;
   border: 1px solid #d9d9d9;
   border-radius: 4px;
}

.control-wrap input:focus:not(.form-check-input) {
   border-color: #62cbde;
   outline: 0;
   box-shadow: 0 0 0 2px rgb(58 182 209 / 20%);
}

.enroll-button {
   width: 200px;

   /* The buttom should be fixed to the bottom-right of the page */
   position: fixed;
   bottom: 10px;
   right: 10px;
}

/*************************************************************/
/* Surcharging Page                                          */

.surcharging-info {
   margin-bottom: 10px;
}

.surcharging-form li {
   margin-bottom: 10px;
}

.surcharging-error {
   display: none;
   margin-left: 20px;
   color: #d8000c;
}

ul {
   margin-bottom: 10px;
}

.surcharging-label {
   margin-bottom: 5px;
}
/*************************************************************/
/* Promo Page                                                */
.promo-page-contents {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   color: #0B5064;
   font-size: 18px;
   margin: 0 20px;
}

/*Left pane: */

.reasons-pane {
   flex: 1;
   margin-right: 60px;
}

.intro {
   margin-bottom: 20px;
}

.reason-section {
   margin-bottom: 20px;
   display: flex;
   align-items: center;
}

.reason-section h3 {
   color: #666666;
   font-size: 18px;
   font-weight: 600;
   margin: 0;   
}

.reason-text {
   margin: 0;
}


.more-info {
   font-size: 18px;
   color: #999999;
}

.reason-image img{
  /* flex: 0 0 100px;*/
  width: 100px;
  height: 60px;
  margin-right: 12px;
}

/* Right pane: */

.get-started-pane {
   flex: 0 0 364px;
   max-width: 364px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   padding: 33px;
   margin-left: auto;
   margin-right: auto;
}

.get-started-header {
   font-size: 18px;
   font-weight: 600;
   text-align: center;
   padding-bottom: 20px;
   margin-bottom: 20px;
   border-bottom: 1px solid #ebebeb;
}

.get-started-prereqs-title {
}

.get-started-prereqs-list{
   margin-top: 5px;
   font-size: 14px;
   color: #666666;
   padding-left: 24px;
}

.get-started-pane h5{
   color: #666666;
   font-size: 16px;
   margin: 25px 0 20px;
}







