button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

menu, article, aside, details, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

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

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button; }

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/*# sourceMappingURL=normalize.min.css.map */
.fib, .flag {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag:before {
    content: "\00a0"; }
  .flag.fis {
    width: 1em; }

.flag-cz {
  background-image: url(../images/cz.svg); }

.flag-gb {
  background-image: url(../images/gb.svg); }

.flag-ru {
  background-image: url(../images/ru.svg); }

.flag-fr {
  background-image: url(../images/fr.svg); }

.toast {
  border-color: #fff;
  color: #000; }
  .toast .toast-header {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    color: #fff; }
    .toast .toast-header strong {
      font-size: 0.85rem;
      font-weight: bold; }
      .toast .toast-header strong i {
        background-color: #444;
        border-radius: 0.25rem;
        color: #fff;
        font-size: 1rem;
        margin-left: -0.25rem;
        margin-right: 0.75rem;
        padding: 0.15rem 0.25rem; }
    .toast .toast-header small {
      color: #777;
      font-size: 0.75rem; }
    .toast .toast-header .btn-close {
      background: transparent;
      color: #aaa;
      font-size: .75rem;
      height: auto;
      opacity: 1;
      padding: 0;
      width: auto; }
  .toast .toast-body {
    font-weight: normal;
    font-size: 1rem; }

.toast-success {
  background-color: #80ff80;
  background-color: rgba(128, 255, 128, 0.7);
  color: black;
  border-color: #001a00; }
  .toast-success .toast-header {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    border-color: black; }
    .toast-success .toast-header strong {
      color: #80ff80; }
      .toast-success .toast-header strong i {
        background-color: #001a00; }

.toast-warning {
  background-color: #ffc966;
  background-color: rgba(255, 201, 102, 0.7);
  border-color: orange;
  color: #000; }
  .toast-warning .toast-header {
    background-color: #332100;
    background-color: rgba(51, 33, 0, 0.7);
    border-color: #664200; }
    .toast-warning .toast-header strong {
      color: #fff6e6; }
      .toast-warning .toast-header strong i {
        background-color: #996300; }

.toast-danger {
  background-color: #ff8080;
  background-color: rgba(255, 128, 128, 0.7);
  border-color: red;
  color: #000; }
  .toast-danger .toast-header {
    background-color: #330000;
    background-color: rgba(51, 0, 0, 0.7);
    border-color: #660000; }
    .toast-danger .toast-header strong {
      color: #ffe6e6; }
      .toast-danger .toast-header strong i {
        background-color: #990000; }

.toast-info {
  background-color: #e6e6ff;
  background-color: rgba(230, 230, 255, 0.7);
  border-color: blue;
  color: #000; }
  .toast-info .toast-header {
    background-color: #000033;
    background-color: rgba(0, 0, 51, 0.7);
    border-color: #000066; }
    .toast-info .toast-header strong {
      color: white; }
      .toast-info .toast-header strong i {
        background-color: #000099; }

.toast-primary {
  background-color: #6666ff;
  background-color: rgba(102, 102, 255, 0.85);
  border-color: blue;
  color: #000; }
  .toast-primary .toast-header {
    background-color: #000033;
    background-color: rgba(0, 0, 51, 0.7);
    border-color: #000066; }
    .toast-primary .toast-header strong i {
      background-color: #000099; }

.toast-secondary {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  border-color: pink;
  color: #000; }
  .toast-secondary .toast-header {
    background-color: #f3002a;
    background-color: rgba(243, 0, 42, 0.7);
    border-color: #ff274d; }
    .toast-secondary .toast-header strong i {
      background-color: #ff5a77; }

.toast-dark {
  background-color: #ffc966;
  background-color: rgba(255, 201, 102, 0.85);
  border-color: orange;
  color: #000; }
  .toast-dark .toast-header {
    background-color: #332100;
    background-color: rgba(51, 33, 0, 0.7);
    border-color: #664200; }
    .toast-dark .toast-header strong i {
      background-color: #996300;
      color: white; }

.toast-light {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  border-color: #ccc;
  color: #000; }
  .toast-light .toast-header {
    background-color: #666666;
    background-color: rgba(102, 102, 102, 0.7);
    border-color: gray; }
    .toast-light .toast-header strong i {
      background-color: #999999;
      color: #000; }
    .toast-light .toast-header small {
      color: #555; }

.toast-body {
  padding: 1rem 2rem;
  min-width: 300px; }

.toast .toast-header {
  padding: .5rem 0 .5rem 1rem; }
  .toast .toast-header strong i {
    display: none; }

body {
  margin: 0;
  padding: 0;
  color: #2b3e51;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  height: 100vh; }

h1 {
  font-weight: 300;
  text-align: center; }
  @media (max-width: 576px) {
    h1 {
      font-size: 1.6rem; } }

p {
  position: relative; }

a,
a:link,
a:visited,
a:active {
  color: #3ca9e2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

a:focus,
a:hover,
a:link:focus,
a:link:hover,
a:visited:focus,
a:visited:hover,
a:active:focus,
a:active:hover {
  color: #329dd5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.wrapper {
  background-color: #fff;
  max-width: 35%;
  min-width: 600px;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0 0 0;
  border-radius: 4px;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 576px) {
    .wrapper {
      min-width: 90%; } }
  @media (max-width: 992px) {
    .wrapper {
      max-width: 90%; } }

input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  height: 60px;
  line-height: 60px;
  border-radius: 4px; }

input[type="text"],
input[type="password"] {
  width: 90%;
  padding: 0 0 0 10px;
  margin: 0;
  color: #8a8b8e;
  border: 1px solid #c2c0ca;
  font-style: normal;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  background: none; }

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #3ca9e2; }

input[type="submit"] {
  border: none;
  display: block;
  background-color: #3ca9e2;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  margin-top: 2rem;
  min-height: 6rem; }
  @media (max-width: 576px) {
    input[type="submit"] {
      font-size: 1.4rem; } }

input[type="submit"]:hover {
  background-color: #329dd5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.form-group {
  padding: 1rem 0; }
  .form-group label {
    display: block;
    margin: 0.25rem 0 0.75rem; }
    @media (max-width: 576px) {
      .form-group label {
        font-size: 1.2rem; } }

.has-error input[type="text"],
.has-error input[type="password"] {
  background-color: #ffe5e5;
  border-color: #e23c3c !important; }

.has-error span.help-block {
  display: block;
  font-weight: bold; }

.text-danger {
  color: #e23c3c; }
