h1, h2, .main-font {
  font-family: 'Fredoka One', cursive; }

h3, h4, h5, p, li, span, a, .second-font, div {
  font-family: 'Quattrocento Sans', sans-serif; }

html, body {
  width: 100%;
  min-height: 100%;
  background-image: url("/application/assets/media/bg/bg-login.png"), -webkit-gradient(linear, left top, left bottom, from(#6936d2), to(#a02f7e));
  background-image: url("/application/assets/media/bg/bg-login.png"), -webkit-linear-gradient(top, #6936d2 0%, #a02f7e 100%);
  background-image: url("/application/assets/media/bg/bg-login.png"), -o-linear-gradient(top, #6936d2 0%, #a02f7e 100%);
  background-image: url("/application/assets/media/bg/bg-login.png"), linear-gradient(top, #6936d2 0%, #a02f7e 100%);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

body {
  height: 100%; }

h1, h3 {
  color: white;
  font-weight: lighter;
  margin: 50px 0px; }

h3 {
  font-weight: bold; }

p {
  color: #EFEFEF; }
  p a {
    color: white;
    font-weight: bold; }

div#content {
  overflow: inherit !important; }

table tr td {
  border: 1px solid white;
  padding: 10px; }

table thead {
  font-weight: bold;
  text-align: center; }
