.xw-mainapp-register-details .col-form-label {
font-weight: bold;
}
@media (min-width: 768px) {
.xw-register-form-wrapper .col-12.col-form-control {
display: flex;
flex-wrap: wrap;
}
.xw-register-form-wrapper .col-12.col-form-control .form-check {
width: 50%;
flex: 0 0 50%;
}
.xw-register-form-wrapper .xw-card-radio { margin-right: 5px}
.xw-register-form-wrapper .help-block { width: 100% !important; }
}
.xw-register-form-wrapper .xw-form-card-header .dropdown { display: none !important;}

/* Mobile: 1 column (default behavior) */
@media (max-width: 767px) {
.xw-register-form-wrapper  .col-12.col-form-control {
display: flex;
flex-direction: column;
}
.xw-register-form-wrapper  .col-12.col-form-control .form-check {
width: 100%;
}
}
