.app-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.app-banner-section-img-background {
    margin-top: 68px;
}

.bg-black{
    background-color: black!important;
}


@media screen and (min-width: 1200px) {

    .app-banner-section-img-background {
        margin-top: 63px;
    }

    .inner-banner-section {
        padding-top: 285px;
        overflow: visible;
        position: relative;
        background-position: bottom left !important;
    }
}

/** Phones **/
@media (max-width: 600px) {

    .inner-banner-section {
        padding-top: 42px;
        padding-bottom: 80px;
    }

}

/** Phones **/
@media (max-width: 480px) {

    .custom-table tbody tr td {
        padding: 2px 5px;
    }

    .inner-banner-section {
        padding-top: 38px;
        padding-bottom: 80px;
    }

}