﻿body {
    background-color: #eaeaea;
}

h1 {
    font-size: 1.4em;
    font-weight: bold !important;
}

.form-control:focus {
    border-color: #ced4da !important;
}

a {
    color: #204597;
}

.btn {
    border-radius: .4rem !important;
    background-color: #204597;
    color: white !important;
    border: none;
    box-shadow: none !important;
    padding: 8px 16px;
    border-radius: .4rem !important;
}