*, ::after, ::before {
  box-sizing: border-box;
}

footer {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

h1 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media print {
  *, ::after, ::before {
    text-shadow: none!important;
    box-shadow: none!important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  body {
    min-width: 992px!important;
  }
  .container {
    min-width: 992px!important;
  }
}

/*! CSS Used from: http://localhost/allogha/styles.css?v=01 */

*:focus {
  outline: none!important;
  text-decoration: none!important;
}

body {
  height: 100%;
}

body, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #555;
  line-height: 1.5;
}

body {
  background-color: #fdfdfd;
  background-image: url(bg.gif);
  background-repeat: repeat;
  background-position: 0 0;
  margin: 0;
  animation: animatedBackground 5s linear infinite;
}
.bg-paisley {
  background-image: url(bg-paisley.gif);
}
#animate-area.bg {
  animation: animatedBackground 5s linear infinite;
}
#animate-area.bg-paisley {
  animation: animatedBackgroundP 10s linear infinite;
}
@keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 0 150px; }
}
@-webkit-keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 0 150px; }
}
@keyframes animatedBackgroundP {
  from { background-position: 0 0; }
  to { background-position: 0 300px; }
}
@-webkit-keyframes animatedBackgroundP {
  from { background-position: 0 0; }
  to { background-position: 0 300px; }
}

a {
  color: #ff576d;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ff8292;
  text-decoration: none;
}

a img {
  border: none 0px #FFF;
}

h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

h1 {
  letter-spacing: -2px;
}

footer {
  display: block;
}

.transit {
  transition: all 0.25s ease-in-out;
}

*::-webkit-input-placeholder {
  color: #bbb!important;
}

*:-moz-placeholder {
  color: #bbb!important;
  opacity: 1;
}

*::-moz-placeholder {
  color: #bbb!important;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #bbb!important;
}

#main {
  bottom: 0;
  left: 0;
  overflow: visible;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}


#branding {
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -143px;
  margin-left: -93px;
  z-index: 10;
}

#branding a {
  display: block;
  text-align: center;
  width: 187px;
  background: url(logo.png) no-repeat center center;
  height: 187px;
  background-size: contain;
}

#footer {
  bottom: 17px;
  left: -5px;
  position: absolute;
  width: auto;
}

#footer p {
  margin: 0;
  color: #aaa;
  line-height: 5px;
  font-size: 7pt;
  text-shadow: 0 -1px 0 #fefefe;
}

.copy {
  text-indent: 7px;
}

@media (max-width: 767px) {
  .copy {
    margin: 0;
    text-align: center;
  }

  #branding {
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    margin-left: -46px;
    z-index: 10;
  }
  #branding a {
    width: 93px;
    height: 93px;
  }
  
}
