@media screen and (max-width: 720px) {
    .contact_banner{
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/poster_3.jpg);
        min-height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .contact_banner .container h1{
        font-family: 'teko';
        color: #fff;
        font-weight: 400;
        letter-spacing: 2px;
        padding: 3px 10px 0px 10px;
        border-left: 5px solid #b70f0a;
        position: absolute;
        top: 40%;
        left: 15%;
        background-color: black;
    }
    .application{
        width: 100%;
    }
}
@media screen and (min-width: 720px) {
    .contact_banner{
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/poster_3.jpg);
        min-height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .contact_banner .container h1{
        font-family: 'teko';
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 3px 10px 0px 10px;
        border-left: 5px solid #b70f0a;
        position: absolute;
        top: 40%;
        left: 15%;
        background-color: black;
    }
}


.application{
    width : 100%;
    min-height: 400px;
    background-color: #43434365;
}

.application .form-control, .form-select{
    color: #fff;
}


.form-select:focus {
    border-color: #b70f0a;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0);
    background-color: #000;
}