﻿#referralQuestionsForm input[type="text"].form-control,
#referralQuestionsForm select.form-control,
#referralQuestionsForm textarea.form-control {
    max-width: 300px;
}

.public span.error-box, .public div[data-for] {
    margin-left: 5px !important;
}

span.title {
    text-transform: none;
    line-height: normal;

}
.customWidth{
    width: 261px;
}
.clear-signature {
    margin-left: 455px;
}

@media only screen and (max-width: 767px) {
    .public span.error-box, .public div[data-for] {
        margin-left: 0 !important;
    }
    .clear-signature {
        margin-left: 392px;
    }
}

@media only screen and (max-width: 574px) {
    .clear-signature {
        margin-left: 87%;
    }
}
@media only screen and (max-width: 333px) {
    .customWidth {
        width: 100%;
    }
}
