.form-header {
    height: 150px;
}

h3.headline {
    color: #073070;
    font-weight: bold;
}

.btn-vh-register,
.btn-vh-register:hover{
    background-color: #073070;
    border-color: #073070;
}

.vh-register-form {
    /*box-shadow: 5px 5px 20px #f5f5f5; */
    -webkit-box-shadow: 0px 10px 20px 18px rgba(245,245,245,0.75);
    -moz-box-shadow: 0px 10px 20px 18px rgba(245,245,245,0.75);
    box-shadow: 0px 10px 20px 18px rgba(245,245,245,0.75);
}

.spacer {
    height: 25px;
}

.spacer-bottom {
    height: 40px;
}

.nav-btn-link{
    display: block;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #005fa2;
    border-radius: 4px;
    min-height: 46px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #005fa2;
    transition: all .3s;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 6px 6px 0 -2px #d2d2d2;
    padding: 11px 20px;
}


.nav-btn-link:focus{
    background-color: #006ebb;
    color: #fff;
    border: 0;
    text-decoration: none;
}
.nav-btn-link:hover{
    color: #fff;
    background-color: #005FA2;
    box-shadow: none;
    text-decoration: none;
}

.nav-btn-link.active {
    border: 0;
    color: #fff;
    background-color: #006ebb;
}


