header {
    background-color: #f2f2f2 !important;
    height: 80px;
}

.gvf-page-title {
    display: none;
}

.primary input[type=text]:focus,
.primary input[type=password]:focus {
    border-bottom: 2px solid #7199c8;
}

.primary .btn {
    color: rgba(255,255,255,0.87);
    background-color: #7199c8;
}

.footer {
    color: #7199c8;
}

.footer a {
    color: #7199c8;
}

.logo {
    width: 80px;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    background-size: 100% !important;
    background-image: url(images/logo.png) !important;
}

.secondary > legend {
    color: #7A7A7A !important;
}

.secondary .btn {
    color: #7A7A7A !important;
}

.secondary .btn-sub {
    color: #7A7A7A !important;
}