@font-face {
    font-family: 'BAHNSCHRIFT';
    src:  url('/assets/fonts/BAHNSCHRIFT.TTF') format('truetype')
}

.banner-background-image{
    background-image: url("/assets/img/Banner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    /*background-color: aqua;
    color: red;*/
}

label{
    margin: 0 !important;
}

textarea{
    min-height: 150px;
}

textarea, input{
    background-color: #D4D5D5 !important;
}

body{
    color: #313132 !important;
    font-family: 'BAHNSCHRIFT' !important;
}

.btn{
    background-color: #818383;
}

