/* ---------->>> NORMALIZE <<<-----------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: border-box;
}

main,
section {
  display: block;
}

a {
/*  text-decoration: underline;*/
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
  outline-width: 0;
}

h1,
h2,
h3,
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

input:focus, button:focus {
  outline: none;
}

input, button {
  font: inherit;
  margin: 0;
  overflow: visible;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
}

[type='submit'] {
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-appearance: button;
}

[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

.clear:before,
.clear:after {
  display: table;
  content: ' ';
}

.clear:after {
  clear: both;
}

/* ---------->>> GLOBAL <<<-----------*/
body {
  font-family: 'Roboto', sans-serif;
  background: #787878 url("../images/background.png") no-repeat center top;
}

main {
  position: relative;
  width: 302px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

main:before, main:after {
  content: " ";
  display: table;
}

main:after {
  clear: both;
}

.browserupgrade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  z-index: 9999;
  padding: 50px;
}

.browserupgrade a {
/*  text-decoration: underline;*/
  color: #a52a2a;
}

/* ---------->>> TYPOGRAPHY <<<-----------*/
h2 {
  font-weight: 500;
  font-size: 10px;
}

/* ---------->>> FORM <<<-----------*/
.form-control {
  margin-bottom: 40px;
  position: relative;
}

[type="submit"] {
  width: 139px;
  height: 32px;
  border-radius: 6px 0;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin: 30px auto 0;
  display: block;
}

.error{
  position: absolute;
  right: 0;
  top: -20px;
  font-weight: 300;
  font-size: 14px;
  color: #f4f92d;
}

input:not([type="submit"]) {
  width: 301px;
  height: 32px;
  background-color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  color: #7f7f7f;
}

.css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.css-checkbox + .css-label {
  padding-left: 30px;
  height: 20px;
  display: block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  color: #fff;
}

.css-checkbox:checked + .css-label {
  background-position: 0 -20px;
}

.css-label {
  background-image: url("../images/checkbox.png");
}

.checkbox {
  margin-top: 30px;
}

/* ---------->>> INDEX <<<-----------*/
.logo {
  width: 223px;
  height: 79px;
  display: block;
  margin: 42px auto 24px;
  background: url("../images/logo.png") no-repeat 0 0;
  position: relative;
  left: -15px;
}
.logoirott {
  width: 223px;
  height: 79px;
  display: block;
  margin: 42px auto 24px;
/*  background: url("../images/logo.png") no-repeat 0 0;*/
  position: relative;
  left: -15px;
}

.mpa {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
}

.popup {
  display: none;
  position: absolute;
  top: -133px;
  right: -11px;
  width: 319px;
  height: 126px;
  background: url("../images/popup.png") no-repeat 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.1;
  padding-top: 6px;
}

.popup p {
  font-size: 12px;
  padding: 0 15px;
}

.popup .left, .popup .right {
  width: 50%;
  float: left;
  padding: 13px 10px 0;
}

.info {
  width: 20px;
  height: 20px;
  background: url("../images/i.png") no-repeat 0 0;
  position: absolute;
  bottom: 82px;
  right: 3px;
  cursor: pointer;
}

.info:hover .popup {
  display: block;
}
