label.custom-alert-style{
	margin-top: 10px;
    color: red !important;
    font-size: 12px !important;
    margin: 0;
    font-weight: 600;
}
.error{
	font-size: 12px;
    margin-top: 2px;
    color: red;
    float: left;
    font-family: 'bmw_type_web_light_allregular';
}
.success{
	font-size: 12px;
    margin-top: 2px;
    color: green;
    float: left;
}