/*
Custom Css
*/
.form-group .help-block{
    font-size: 13px !important;
    color: darkred;
}

.adv-item{
    margin-bottom: 24px;
}
.adv-item img {
    margin-right: 12px;
}

.license-block {
    text-align: center;
}

.license-img {
    width: 100%;
    max-width: 600px;
    box-shadow: -1px -1px 18px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -1px 18px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 18px -1px rgba(0,0,0,0.75);
}