.jumbotron {
    background: #ff0000;
    color: #FFF;
    border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
    padding-bottom: 24px; }
.jumbotron small {
    color: #FFF;
}
.h1 small {
    font-size: 24px;
}

.new-blood-donor .asterisx {
    height: 0;
    font-size: 22px;
    color: #b90d0d;
    position: absolute;
    left: 20px;
    top: 32px;
}

.new-blood-donor .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 {
    padding: 5px 10px;
    display: none
}

.smartyrequired:after {
    content:"*";
    color:red;
}

/* header */
.navbar {
    margin-bottom: 0px;
}
.name_lable{
    font-weight: bold;
    font-size: 15px;
    color: red;
}
.mobile_lable{
    font-weight: bold;
    font-size: 14px;
    color:blue;

}
.sponsor_logo{
    height: 200px;
    width: 200px;
    margin: 10px;
}