.department-interested-form .form .form-group div[class^="col-"], .department-interested-form .form .form-group div[class*=" col-"] {
    max-height: 30px;
}
.department-interested-form .form .form-group div.form-button[class^="col-"], .department-interested-form .form .form-group div.form-button[class*=" col-"] {
    max-height: 45px;
}
#LeadDiv label.error {
    width: auto;
    height: auto;
    font-weight: normal;
    color: #b61f24;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid #b61f24;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: inline-block;
    padding: 2px 4px;
    text-align: right;
    white-space: normal;
    z-index: 1020;
    font-weight: normal;
    top: 8px;
    position: relative;
    right: 12px;
}
span.error {
    color: #b61f24;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid #b61f24;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: inline-block;
    padding: 2px 4px;
    position: relative;
    text-align: right;
    white-space: normal;
    z-index: 1020;
    font-weight: normal;
    top: 3px;
    white-space: pre;
}
span.arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: -15px;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    border: 10px solid;
    border-width: 11px;
    margin-left: -11px;
    border-color: transparent transparent #b61f24 transparent;
}
span.arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: -63px;
    right: 4px;
    bottom: 0;
    margin: auto 0;
    border: 10px solid;
    border-width: 12px;
    margin-left: -5px;
    border-color: transparent transparent #fff transparent;
}
.arrow:after, .arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    z-index: 1020;
    position: relative;
    pointer-events: none;
}
span.form-error {
    color: #b61f24;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid #b61f24;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: inline-block;
    padding: 2px 4px;
    position: relative;
    text-align: right;
    white-space: normal;
    z-index: 1020;
    font-weight: normal;
    top: 5px;
}