/*
 * User Registration Form
*/
form.webform-client-form label a.buit-required-star {
    color: #d9534f !important;
    font-weight: 600;
    cursor: default;
}
form.webform-client-form label a.buit-required-star:hover {
    color: #d9534f !important;
    text-decoration: none !important;
}



/*
 * Event Registration Form Only
*/

.products_price_label .form-radios .form-item label,
.products_price_label .form-checkboxes .form-item label {
    width:100% !important;
}
.products_price_label .form-radios .form-item label strong,
.products_price_label .form-checkboxes .form-item label strong {
    float:right;
}

.products_price_label.space_after_every_second .form-radios .form-item:nth-child(even) {
	padding-bottom: 1em;
}

/*
 * Webform all Front End Forms
*/
form.webform-client-form .radio input[type="radio"], 
form.webform-client-form .radio-inline input[type="radio"], 
form.webform-client-form .checkbox input[type="checkbox"], 
form.webform-client-form .checkbox-inline input[type="checkbox"] {
    position: unset !important;
    margin-right: 10px;
}

form.webform-client-form div.form-item input,
form.webform-client-form div.form-item select {
    width: 300px;
    height: 32px;
}
form.webform-client-form div.form-item select {
    display: block;
}

form.webform-client-form div.form-item input[type="radio"],
form.webform-client-form div.form-item input[type="checkbox"],
form.webform-client-form div.form-item input[type="image"] {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 10px;
}

form.webform-client-form {
    width: 66.666666%;
}

form.webform-client-form .buit-date-of-birth-field div.form-item{
    display: inline-block !important;
    width: 100px;
}

/*
 * Password Reset Form
*/
#user-pass-reset .form-type-password-confirm .form-item {
    float: unset !important;
    height: auto !important;
}

#user-pass-reset .form-type-password-confirm .form-item-pass-pass1 label div.label.label-danger {
    display: inline;
}
#user-pass-reset .form-type-password-confirm .help-block.password-help {
    display: none !important;
}