header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #003366;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 74px;
}

.vertical-center {
    min-height: calc(100vh - 74px);
    height: calc(100vh - 74px);
    overflow: hidden;
}

.gvf-page-title {
    font-family: Roboto Condensed;
    font-weight: 700;
    color: #003366;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.gvf-label {
    font-weight: 400;
    color: #999;
    font-size: 13px;
    padding-top: 3px;
}

.primary {
    background: rgb(255,255,255) !important;
    border: none;
}

.primary input[type=text],
.primary input[type=password] {
    background-color: #FFFFFF;
    height: 40px;
    color: #000000;
    font-size: 12px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.primary input[type=text]:focus,
.primary input[type=password]:focus {
    border-bottom: 2px solid #003366;
}

.primary .form-control {
    box-shadow: none;
    padding: 0px 0px;
}

.primary input::-webkit-input-placeholder {
    color: rgba(0,0,0,.50) !important;
    opacity: 1;
}

.primary input:-moz-placeholder {
    color: rgba(0,0,0,.50) !important;
    opacity: 1;
}

.primary input::-moz-placeholder {
    color: rgba(0,0,0,.50) !important;
    opacity: 1;
}

.primary input:-ms-input-placeholder {
    color: rgba(0,0,0,.50) !important;
    opacity: 1;
}

.primary .btn {
    color: rgba(255,255,255,0.87);
    background-color: #003366;
    margin-top: 15px;
    height: 40px;
    font-weight: bold;
    width: 100%;
}

.footer {
    background: rgb(255,255,255) !important;
    border: none;
}

.footer a {
    display: block;
    color: #003366;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.logo {
    background-repeat: no-repeat;
    height: 70px;
    width: 203px;
    background-image: url(images/logo.png);
    background-size: 100%;
    background-position-y: -2pt;
}

.primary input:-webkit-autofill,
.primary input:-webkit-autofill:hover,
.primary input:-webkit-autofill:focus,
.primary input:-webkit-autofill:active {
    -webkit-transition: background-color 100000s ease-in-out 0s;
    transition: background-color 100000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    -webkit-text-fill-color: black;
}

.secondary > legend {
    color: #003366;
}

.secondary .btn {
    color: #003366;
    font-size: 14px;
    font-weight: bold;
}

.secondary .btn-sub {
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}