.tru_utm_form_shortcode *{
	box-sizing:border-box;
}

.tru_utm_form_shortcode .frm_col_grp {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.tru_utm_form_shortcode .frm_col_grp::after {
    content: "";
    display: table;
    clear: both;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_input {
	padding: 0 15px;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_label {
	padding: 0 15px;
	line-height: normal;
	color: #767676;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_input input {
    border: 1px solid #ddd;
    height: auto;
    padding: 11px;
    color: #767676;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.tru_utm_form_shortcode .frm_col_grp .frm_col_input select {
    color: #767676;
    height: inherit;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
	background:url('../images/arrow-select.png');
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 7px;
	line-height: normal;
	 appearance: none;
  -webkit-appearance: none;
  padding: 12px 14px;
}

.tru_utm_form_shortcode .frm_col_grp .frm_col_left_label label {
    color: #767676;
    font-size: 16px;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_btn {
	padding: 0 15px;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_btn button {
    background: #1867be;
    color: #fff;
    border: none;
    line-height: normal;
    height: inherit;
    padding: 10px 30px;
    cursor: pointer;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_input label {
	color: #767676;
	font-size: 16px;
}
.tru_utm_form_shortcode .frm_col_grp .frm_col_input label span{
    color:red;
}

.tru_utm_form_shortcode #tru_generated_utm code {
    background: #fff;
    border: 1px solid #ddd;
    color: #767676;
    padding: 10px 15px;
    display: inline-block;
}
.inline-field-help-text {
    display: flex;
}

.inline-field-help-text small {
    white-space: nowrap;
    margin-left: 10px;
    line-height: 42px;
}
@media screen and (max-width:767px) {
    .tru_utm_form_shortcode .frm_col_grp .frm_col_input {
        float: none;
        width: 100%;
    }

    .tru_utm_form_shortcode .frm_col_grp .frm_col_label {
        float: none;
        width: 100%;
        padding-top: 10px;
    }
}