.alert-success {
    display: block;
}

.alert-danger {
    display: block;
}


.contact-landing > div > div{
    height: 100%;
}

.sub-headings{
    font-weight: bold;
}

/* override bootstrap custom input */
.custom-file-label::after{
    display: none;
}