.form {
  position: relative;
  z-index: 1;
  background: white;
  max-width: 380px;
  margin: 120px auto 100px;
  padding: 45px 45px 45px;
  text-align: center;
  min-width: 230px;
  border-radius: 0px;
  box-shadow: 0 0 50px 0px #eee;
  border: 1px solid #ddd;
}

.form label {
  display: inline-block;
  width: 85%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: rgb(72, 72, 72);
}

.form input {
  font-family: 'Roboto', sans-serif;
  outline: 0;
  background: #fcfcfc;
  width: 85%;
  margin: 0 0 15px;
  padding: 14px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 1px;
  border: 1px solid #ddd;
  color: #555555;
}

.form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  outline: 0;
  color: #f48500;
  width: 85%;
  margin: 0 0 15px;
  padding: 13px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #ffca89;
  text-align: left;
  cursor: pointer;
  background-color: #fffcf8;
  background-image: url(../img/arrow-down.svg);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}

.form select:hover {
  border: 1px solid #f48500;
}

.form select:focus {
  border: 1px solid #f48500;
}

.form input:focus:not(#frmFPE-btn) {
  border: 1px #888 solid;
  background: white;
}

.form input:hover {
  border: 1px solid #888888;
}

.form .btn,
input[type='button'] {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #f48500;
  width: 85%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
  margin-top: 15px;
  font-weight: bold;
}

.form .btn:hover {
  background: #ff9400;
  box-shadow: 0 0px 15px rgb(255, 224, 181);
}

.form-header {
  font-weight: bold;
  font-size: 22px;
  color: rgb(72, 72, 72);
  font-family: 'Arial', sans-serif;
  margin: 0 0 30px 0;
}

.form-logout {
  margin-bottom: 10px;
}
.form-logout.small {
  font-size: 17px;
  font-weight: normal;
  margin: 30px auto;
  width: 300px;
}

.form p.logout-p {
  color: rgb(158, 157, 157);
  margin: 15px 0 40px;
  font-size: 11px;
}

.form footer {
  margin-top: 20px;
  color: #272727;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #484848;
}

.form p {
  margin-top: 30px;
}

footer a {
  text-decoration: none;
  font-weight: bold;
  color: orange;
}

/* Pro zobrazenÃ­ spinneru pÅ™i dlouhÃ©m naÄÃ­tÃ¡nÃ­ */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('../img/spinner.gif') 50% 48% no-repeat;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

p {
  font-family: 'Roboto', sans-serif;
}

#supervise-div p {
  color: red;
  font-size: 12px;
  margin: 15px 0 0 0;
}

#contact-div {
  margin: -70px auto;
  font-size: 12px;
  text-align: center;
  width: 60%;
  font-family: 'Roboto', sans-serif;
}

#info-div-up {
  color: #555;
  float: right;
  text-align: center;
  margin: 35px auto 0 auto;
  font-size: 14px;
  width: 100%;
}

#info-div-down {
  display: none;
}

.logo a img {
  width: 320px;
  margin-top: 20px;
  vertical-align: bottom;
}

@media (max-width: 750px) {
  #info-div-down {
    color: #5d5d5f;
    display: block;
    text-align: center;
    margin: 70px auto 50px auto;
    font-size: 14px;
    width: 70%;
  }
  #info-div-up {
    display: none;
  }

  .form {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .form {
    padding: 30px 20px;
  }

  #form-header {
    font-size: 25px;
    color: rgb(85, 85, 85);
    font-family: 'Arial', sans-serif;
    margin: 0 0 45px 0;
  }
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

.logo {
  background: #ffffff;
  border-bottom: #f48500 3px solid;
  margin: 0 auto 0 auto;
  width: 75%;
}

.logo {
  background: #ffffff;
  border-bottom: #f48500 3px solid;
  margin: 0 auto 0 auto;
  width: 960px;
}

.info-message {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.info-message.info-message-error {
  color: red;
  font-size: 14px;
}

/**** MEDIA QUERIES ****/

@media (min-width: 1360px) {
  .logo {
    background: #ffffff;
    border-bottom: #f48500 3px solid;
    margin: 0 auto 0 auto;
    width: 960px;
  }

  .primary-nav {
    display: flex;
    position: fixed;
    flex-direction: column;
    margin-left: calc(5% - 5px);
  }

  .primary-nav a {
    text-decoration: none;
    color: #272727;
    font-size: 25px;
    margin: 10px 0;
  }

  .primary-nav a:hover {
    text-decoration: none;
    color: #db7300;
    font-size: 25px;
    margin: 10px 0;
  }

  .primary-nav-btn {
    font-family: 'Helvetica', sans-serif;
  }

  .primary-nav > div {
    margin: 4px 0;
  }
}

@media (max-width: 1300px) {
  .primary-nav {
    margin-left: calc(3% - 5px);
  }

  .primary-nav a {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .logo {
    margin: 0 20px;
    width: unset;
  }
}

@media (max-width: 1000px) {
  .primary-nav a:hover {
    font-size: 20px;
  }
}
