.fw-light {
    font-weight: 300;
}

.fw-normal  {
    font-weight: 400;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

label.error{
    color: red;
    margin-bottom: 2px;
}

input.error {
    border: 1px dotted red;
}

.label-required:after {
	content: '*';
	color: red;
}

.select2 {
    width: 100%;
}
