
input:required {
	background: rgb(247, 202, 209);
}

.required:after {
    color: #E00;
    content: " *";
}

.input-group {
    width: 25%;
}

input[type=checkbox] {
    margin-top: 7px;
    margin-bottom: 8px;
}

