.asterisx {
    height: 0;
    font-size: 22px;
    color: #b90d0d;
    position: absolute;
    left: 20px;
    top: 32px;
}

.asterisx2 {
    font-size: 22px;
    color: #b90d0d;
}

.new-blood-donor .glyphicon-asterisk {
    font-size: 12px;
    color: #b90d0d;
}

.alert {
    margin-bottom: 10px;
    clear: both;
}
.input-group{
    clear: both;
}

.custom-alert, .custom-alert2 {
    padding: 5px 10px;
    display: none
}


.smartyrequired:after {
    content:"*";
    color:red;
}
.input-validate-success{
    border:1px solid #080;
}
.input-validate-failed{
    border:1px solid #F00;
}