@font-face {
    font-family: Gill;
    src: url("font/Gill\ Sans.otf");
}

@font-face {
    font-family: Gill;
    font-weight: bold;
    src: url("font/Gill\ Sans\ Bold.otf");
}
@font-face {
    font-family: Gill;
    font-weight: lighter;
    src: url("font/Gill\ Sans\ Light.otf");
}
html, body {
    font-family: Gill;
}

.form header {
    height: 50px;
    margin-bottom: 40px;
    background-color: #05279B;

    color: #fff;
    text-align: center;
}

.card-header {
    text-transform: uppercase;
    font-weight: 900;
}

section {
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    min-height: 200px;
}

#btnSubmit {
    display: block;
    width: 100%;
    height: 40px;

    margin-bottom: 20px;
}
.bg-info {
    background-color: #17a2b8!important;
}



