html { font-family: "apex_newbook", Arial, sans-serif; font-size: 70%; }

header {
    background: #1a2a6a url("../images/logo.svg") no-repeat 20px 12px;
    background: url("../images/logo.svg") no-repeat 20px 12px, linear-gradient(to right, #1a2a6a, #35a1df);
    background-size: 55px 40px, auto;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media screen and (min-width: 600px) {
	body {
	    background-image: url("../images/login.png");
	    background-position: left top;
	}
}

h1 { color: #1a2a6a; font-family: "apex_newmedium", Arial, serif; }

.login-actions a { color: #1a2a6a; }

.button {
    background-color: #1a2a6a;
    border-radius: 1.5rem;
}
.button:hover { background-color: #35a1df; }

pre { border-color: #35a1df; }
form#downloaddirectform ul#filelist li { border-color: #35a1df; }

@font-face {
  font-family: 'apex_serif_bookregular';
  src: url("../fonts/ApexSerif-Book.eot");
  src: url("../fonts/ApexSerif-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexSerif-Book.woff") format("woff"), url("../fonts/ApexSerif-Book.svg#apex_serif_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apex_newmedium';
  src: url("../fonts/ApexNewWeb-Medium.eot");
  src: url("../fonts/ApexNewWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNewWeb-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apex_newbook_italic';
  src: url("../fonts/ApexNewWeb-BookItalic.eot");
  src: url("../fonts/ApexNewWeb-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNewWeb-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apex_newbook';
  src: url("../fonts/ApexNewWeb-Book.eot");
  src: url("../fonts/ApexNewWeb-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNewWeb-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apex_newbold';
  src: url("../fonts/ApexNewWeb-Bold.eot");
  src: url("../fonts/ApexNewWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNewWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
