@charset "utf-8";

/*necessary for forms pg*/
.checkbox input {
    margin-left:0 !important;
    position: relative !important;
	bottom: -3px;
}

.formContainer label {
    font-weight: normal;
    margin: 10px 0 -3px 0;
}
.glyphicon-asterisk {
    font-family: arial, helvetica, verdana, sans-serif !important;
    color:#CC0000;
}
.formContainer .btn-primary {
    float: right;
    color: #fff;
    background-color: #1d3768;
    border-color: #172c54;
    box-shadow: none;
    border-radius: 0;
}
.formContainer .btn-default {
    color: #333;
    background-color: #eee;
    border-color: #ccc;
    text-shadow: none;
    border-radius: 0;
}
