@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-Light.eot");
  src: url("font/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("font/Roboto-Light.woff2") format("woff2"), url("font/Roboto-Light.woff") format("woff"), url("font/Roboto-Light.ttf") format("truetype"), url("font/Roboto-Light.svg#ralewayblack") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-LightItalic.eot");
  src: url("font/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("font/Roboto-LightItalic.woff2") format("woff2"), url("font/Roboto-LightItalic.woff") format("woff"), url("font/Roboto-LightItalic.ttf") format("truetype"), url("font/Roboto-LightItalic.svg#ralewayblack_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-Medium.eot");
  src: url("font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("font/Roboto-Medium.woff2") format("woff2"), url("font/Roboto-Medium.woff") format("woff"), url("font/Roboto-Medium.ttf") format("truetype"), url("font/Roboto-Medium.svg#ralewaybold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-MediumItalic.eot");
  src: url("font/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("font/Roboto-MediumItalic.woff2") format("woff2"), url("font/Roboto-MediumItalic.woff") format("woff"), url("font/Roboto-MediumItalic.ttf") format("truetype"), url("font/Roboto-MediumItalic.svg#ralewaybold_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

.logo {
  content: url("image/Logo-PRON.png");
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.image {
  background-image: url("image/bg_pron.jpg");
}

@media screen and (orientation: portrait) {
  .image {
    background-image: url("image/pron-portrait.png");
  }
}

.textbox {
  background-color: #0018a8;
}

.textbox .error {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 500;
}

.textbox .text {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8rem;
}

.textbox a {
  color: white;
  text-decoration: underline;
}

footer {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8rem;
}

.logo-transparent {
  content: url("image/Logo-pron-white.png");
  opacity: 0.2;
}
/*# sourceMappingURL=config.pron.css.map */