.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #019ADE !important;
}

/*
a:link :not(btn), a:focus :not(btn), a:active :not(btn), a:visited :not(btn)  {
  color: #000000;
  text-decoration: none;
}
*/

a:link , a:focus , a:active , a:visited  {
  color: #019ADE;
  text-decoration: none;
}

a:hover {
  color: #212529;
  text-decoration: underline;
}

html {
    min-height: 100%;
}
body {
    font: 20px/30px "Titillium Web", Arial, Helvetica, sans-serif;
    background-color: white;
    /*padding-top: 74px;*/
}

header {
	color: #ffffff;
}
.headerMenu {
	background-color: #019ADE;
    border-bottom: 1px #f0f0f0 solid;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    animation: spFadeIn 0.5s;
}
.headerMenu nav-item {
	background-color: #019ADE;
}

.subtitle {
    font-size: 0.95rem;
}

.form-signin {
    max-width: 320px;
    margin: 0 auto;
}

.btn {
    border-radius: 0 !important;
}

