/*
Theme Name:     Bizix Child Theme
Theme URI:      http://themeforest.net/user/Softwebmedia/portfolio
Description:    Bizix Child Theme for customization
Author:         Soft Web Media
Author URI:     http://themeforest.net/user/Softwebmedia
Template:       bizix
Version: 		1.00
*/


/* Add your custom style below */
#nf-field-41-container .nf-field .small-btn{
    width: 100px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.2;
    height: 40px !important;
}

#nf-field-25-container .nf-field .small-btn {
    width: 100px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.2;
    height: 40px !important;
}
/* --- Ultimate Member Registration Form Custom Layout --- */
@media (min-width: 768px) {
  .um-register.um-10519 .um-row._um_row_2 > .um-col-121,
  .um-register.um-10519 .um-row._um_row_2 > .um-col-122,
  .um-register.um-10519 .um-row._um_row_2 > .um-col-123 {
    width: 33.3333% !important;
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .um-register.um-10519 .um-row._um_row_2 > .um-col-123 {
    padding-right: 0;
  }
  .um-register.um-10519 .um-row._um_row_2:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  .um-register.um-10519 .um-row._um_row_2 > div[class^="um-col-"] {
    width: 100% !important;
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

/* Make Send OTP button smaller */
#um-send-otp-button {
  font-size: 13px !important;
  padding: 4px 12px !important;
  min-width: unset !important;
  width: auto !important;
  height: 28px !important;
  line-height: 1.2 !important;
}