html { font-family: "Poppins", Arial, sans-serif; }

header {
    background:  #0C2A61 url("../images/logo.svg") no-repeat 30px 8px;
    background-size: auto 45px;
}

@media screen and (max-width: 599px) {
	body { background-color: #f2f2f2; }
}

@media screen and (min-width: 600px) {
	body { background-image: url("../images/login.png"); }
	div.login { border-radius: 10px; overflow: hidden; }
}

h1 {
    color: #0C2A61;
}

.button { background-color: #237FC0; border-radius: 5px; }
.button:hover { background-color: #0C2A61; }

pre { border-color: #0C2A61; }
form#downloaddirectform ul#filelist li { border-color: #0C2A61; }

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
