body, html {
    height: 100%;
    width: 100%;
    font-family: "Times New Roman", serif !important;
}

a, a:hover, a:visited, a:active {
    text-decoration: none !important;
}

/*
Form Label
 */
.form-label{
    margin-bottom: 0 !important;
    font-size: 17px;
}

/*
Buttons
 */
.btn{
    border-radius: 0;
}

.btn-primary{
    background-color: #0C4DA2 !important;
    border-color: #0C4DA2 !important;
}
