/*
 * Copyright 2019 bodet.org
 */

 html { 
  height: 100%;
  background: url(../../img/bg_error.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-size: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0 0 0 60%;
  padding: 0 50px;
  background: #FFFFFF;
  font-family: 'Gilroy', sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
}

html,
body,
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #2086bf;
}

a:visited {
  color: #2086bf;
}

h1, h2, h3 {
  color: #4691f7;
}

header {
  display: block;
  padding-top: 70px;
}

div#content {
    padding-top: 50px;
    font: 300 1.125rem/1.1 "Gilroy", sans-serif;
}

div#form {
    padding-top: 20px;
}

div#footer {
  position: fixed;
  bottom: 0;
  color: #999999;
  font: 500 0.75rem/1.1 "Gilroy", sans-serif;
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 100;
  src: local('Gilroy'), local('Gilroy-Thin'), url(../fonts/THhgsu8I69hjd_hddKJHDL87jdILJLdio790hdIH.woff2) format('woff2');
}
/* Gilroy UltraLight */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 200;
  src: local('Gilroy'), local('Gilroy-UltraLight'), url(../fonts/ULgdoidgid8709hdULI_hdiJGDO869hdildiUGOd.woff2) format('woff2');
}
/* Gilroy Light */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  src: local('Gilroy'), local('Gilroy-Light'), url(../fonts/LIdgiodo9869dgdid86dgiduUGGUG_ddUGOU986d.woff2) format('woff2');
}
/* Gilroy Regular */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy'), local('Gilroy-Regular'), url(../fonts/REkks8690HU76_DJDhdk87hdhdjHIL865Odudioz.woff2) format('woff2');
}
/* Gilroy Medium */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: local('Gilroy'), local('Gilroy-Medium'), url(../fonts/MEhdod897GKhdkudo_87dHIuudo970hdidIHOO6G.woff2) format('woff2');
}
/* Gilroy SemiBold */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  src: local('Gilroy'), local('Gilroy-SemiBold'), url(../fonts/SMhdufi8987HJLhdod_97JKDGDihd9OIHDO9hddh.woff2) format('woff2');
}
/* Gilroy Bold */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  src: local('Gilroy'), local('Gilroy-Bold'), url(../fonts/BOhdidIHOHIOD987_Udhldiofh8Ughdudodo76gi.woff2) format('woff2');
}
/* Gilroy ExtraBold */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  src: local('Gilroy'), local('Gilroy-ExtraBold'), url(../fonts/EBgdofuf9869_gdoUDGO96hdidid87UGOduidizb.woff2) format('woff2');
}
/* Gilroy Black */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 900;
  src: local('Gilroy'), local('Gilroy-Black'), url(../fonts/BLgdiiod_IUGdugdo9869dhdodoOHO980hodFTDH.woff2) format('woff2');
}

h1 {
  font: 700 2.25rem/1.1 'Gilroy', sans-serif;
}
h2 {
  font: 700 1.875rem/1.1 'Gilroy', sans-serif;
}
h3 {
  font: 400 1.5rem/1.1 'Gilroy', sans-serif;
}
h4 {
  font: 400 1.125rem/1.1 'Gilroy', sans-serif;
}
h5 {
  font: 400 0.875rem/1.1 'Gilroy', sans-serif;
}
h6 {
  font: 400 0.75rem/1.1 'Gilroy', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .625rem 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: 400;
  font-size: .7em;
  line-height: 1;
  color: #777;
}
.text-light {
  font-weight: 300;
  font-style: normal;
}
.text-normal {
  font-weight: 400;
  font-style: normal;
}
.text-bold {
  font-style: normal;
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capital {
  text-transform: capitalize;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.v-align-top {
  vertical-align: top;
}
.v-align-bottom {
  vertical-align: bottom;
}
.v-align-baseline {
  vertical-align: baseline;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-sub {
  vertical-align: sub;
}
.v-align-super {
  vertical-align: super;
}
.v-align-top-text {
  vertical-align: text-top;
}
.v-align-bottom-text {
  vertical-align: text-bottom;
}
.text-dashed {
  border: 0;
  border-bottom: 1px gray dashed;
  display: inline;
}
.indent-paragraph:first-letter {
  margin-left: 2.5rem;
}
.text-secondary {
  font-size: 0.75rem;
}
.text-accent,
.text-enlarged {
  font-size: 1.1rem;
}
.text-default {
  font-size: 0.875rem;
}
.text-small {
  font-size: 0.625rem;
}
.text-light {
  font-weight: 300;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.submit {
    background-color: #ffffff;
    border: .0625rem solid #dadce0;
    border-radius: .25rem;
    color: #1a73e8;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1rem;
    margin: .375rem .5rem .375rem 0;
    min-width: 5.5rem;
    padding: .625rem 0;
    position: relative;
    text-align: center;
}
.submit:hover {
    background-color: #ebf6fe;
}