@font-face {
  font-family: "OpenSans Bold";
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf?1467031909') format('truetype');
}
@font-face {
  font-family: "OpenSans Regular";
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf?1467031909') format('truetype');
}
@font-face {
  font-family: "OpenSans Extrabold";
  src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf?1467031909') format('truetype');
}
@font-face {
  font-family: "Gotham Condensed Book";
  src: url('../fonts/GothamCondensed/Gotham Condensed Book Regular.otf?1419668844') format('opentype');
}
@font-face {
  font-family: "Rockwell Regular";
  src: url('../fonts/Rockwell/rockwell.eot?1467038080') format('embedded-opentype'), url('../fonts/Rockwell/rockwell.ttf?1467038083') format('truetype');
}
/*Font face*/
/* ----------- CSS reset (make styles look the same in every browser) ----------- */
html {
  color: #000;
  background: white;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a img {
  border: none;
}

blockquote, q {
  quotes: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* ----------- Clear and Spacing ----------- */
.clear {
  margin: 0 0 -1px 0;
  line-height: 1px;
  display: block;
  font-size: 1px;
  clear: both;
  height: 1px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}

html, body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}

html {
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  background-image: url('../img/bg_5000.png?1466695908');
  background-repeat: repeat;
  background-size: 150px;
}

.background-filter {
  min-height: 100vh;
  background: url('../img/vignette_5000.png?1466695356') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo {
  position: absolute;
  width: 120px;
  height: 20px;
  left: 30px;
  top: 15px;
}

.form-container .slotmachine {
  max-width: 60%;
  width: 60%;
  position: relative;
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
.form-container p {
  text-align: center;
  margin: auto;
  display: block;
}
.form-container .title {
  font-family: "OpenSans Extrabold";
  font-size: 44px;
}
.form-container .subtitle {
  font-family: "OpenSans Bold";
  font-size: 20.5px;
}
.form-container .form-title {
  margin-top: 15px;
  font-family: "Gotham Condensed Book";
  font-size: 14px;
}
.form-container .input-form {
  border-radius: 5px;
  background-color: #D0D8F4;
  color: #69B3B4;
  font-family: "OpenSans Regular";
  height: 45px;
  width: 100%;
}
.form-container .from-item {
  margin: auto;
  padding-left: 0;
}
.form-container .no-padding {
  padding: 0;
}
.form-container .btn-submit {
  background-image: url('../img/knap_5000.png?1466695110');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: Transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 215px;
  margin-top: 15px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: "Rockwell Regular";
  font-size: 21px;
}
.form-container .form-read {
  font-family: "OpenSans Regular";
  font-size: 14px;
}
.form-container .rules {
  margin-top: 15px;
  font-family: "OpenSans Regular";
  font-size: 12px;
}
.form-container .timeld {
  margin: 25px auto 0px auto;
  display: block;
  width: 155px;
  height: 100px;
}

.container {
  width: 750px;
}

@media screen and (max-width: 766px) {
  .from-item {
    padding-top: 5px;
    width: 50%;
  }

  .container {
    width: 100%;
  }

  .slotmachine {
    min-width: 80%;
  }
}
.submit {
  margin: 40% auto;
  display: block;
  text-align: center;
}

.error {
  border: 1.5px solid #ff4949;
}

.text_error {
  color: #ff4949;
}

.title {
  font-family: "OpenSans Bold";
  font-size: 20.5px;
}

.subtitle {
  font-family: "OpenSans Bold";
  font-size: 13px;
}
