/* Show it's not fixed to the top */
body {

}

nav.navbar {
    height: 80px;
    background: transparent !important;
    border-bottom: #0075c9 2px solid;
}

.control-label {
    margin-bottom: 10px;
    color: #394753;
    font-size: 18px;
}

form > .row {
    margin-bottom: 20px;
}

.btn-primary, .btn-primary:hover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-right: 32px;
    padding-left: 32px;
    color: #fff;
    font-size: 16px;
    background-color: #0075c9 !important;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: box-shadow .5s ease;
}

.btn-primary:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.footer-heading {
    color: #0075c9;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-link {
    color: #333;
    text-decoration: none;
}

.footer-link:hover {
    color: #0075c9;
}

.footer li {
    margin-bottom: 10px;
}



