body {
  font-family: Lato;
  overflow-x: hidden;
}

.javascript-blocker {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 100;
}

.ball {
  position: fixed;
  height: 90px;
  width: 250px;
  background: #ff5722;
  padding: 80px 0px;
  border-radius: 125px;
  text-align: center;
  color: #ecf0f1;
  left: 50%;
  top: 50%;
  margin: -125px 0px 0px -125px;
}

.ball i {
  line-height: 60px;
  font-size: 60px;
  width: 60px;
}

.ball p {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.fullscreen-page {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fullscreen-page .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-page .background .background-image {
  width: 100%;
  height: 100%;
  background: url(/include/images/b.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fullscreen-page .background .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #021129;
  opacity: 0.67;
}

.fullscreen-page.privacy {
  height: auto;
  min-height: 100vh;
}

.fullscreen-page.privacy .background .background-image {
  background-attachment: fixed;
}

.fullscreen-page.privacy .content-wrapper .text {
  font-size: 12px;
  line-height: 1.5em;
  padding: 20px 15px;
  background: white;
  max-width: 500px;
  width: 85%;
  margin: 15px auto;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.fullscreen-page.privacy .footer {
  position: relative;
}

.fullscreen-page .notification-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fullscreen-page .notification-wrapper .notification {
  padding: 6px 20px;
  color: #042845;
  background: white;
}

.fullscreen-page .notification-wrapper .notification .icon {
  display: block;
  font-size: 32px;
  padding: 0 0 6px 0;
  text-align: center;
}

.fullscreen-page .notification-wrapper .notification .content {
  font-size: 14px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.fullscreen-page .notification-wrapper .notification .content a {
  font-size: 14px;
  color: #084D84;
}

.fullscreen-page .notification-wrapper .notification.error {
  background: #F16B6F;
  color: white;
}

.fullscreen-page .notification-wrapper .notification.warning {
  background: #0E87E8;
  color: white;
}

.fullscreen-page .notification-wrapper .notification.success {
  background: #AACD6E;
  color: white;
}

.fullscreen-page .notification-wrapper .notification.hide {
  display: none;
}

.fullscreen-page .top-bar {
  position: relative;
  height: 47px;
}

.fullscreen-page .top-bar .logo {
  height: 35px;
  padding: 12px 0px 0px 15px;
}

.fullscreen-page .top-bar .login-link {
  float: right;
  color: #FFEE58;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  margin: 20px 15px 0 0;
}

.fullscreen-page .content-wrapper {
  position: relative;
  height: calc(100% - 47px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fullscreen-page .content-wrapper .title {
  color: #FFEE58;
  font-family: Lato;
  font-size: 34px;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
}

.fullscreen-page .content-wrapper .title.no-caps {
  text-transform: none;
}

.fullscreen-page .content-wrapper .subtitle {
  color: #95989A;
  width: 200px;
  margin: 7px auto 0 auto;
  text-align: center;
}

.fullscreen-page .next-page-indicator {
  position: relative;
  bottom: 55px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
}

.size-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.formular-wrapper {
  width: 220px;
  margin: 0 auto;
  padding: 35px 0 0 0;
}

.formular-wrapper .input-line {
  display: flex;
  height: 22px;
  margin: 0 0 20px 0;
}

.formular-wrapper .input-line .input-logo {
  width: 25px;
  height: 20px;
  text-align: center;
  border-bottom: 2px solid white;
  margin: 0 5px 0 0;
}

.formular-wrapper .input-line .input-logo i {
  font-size: 18px;
  line-height: 18px;
  color: white;
}

.formular-wrapper .input-line input {
  width: calc(100% - 30px - 4px);
  padding: 0px 2px;
  height: 20px;
  line-height: 18px;
  font-size: 15px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 2px solid white;
  color: white;
}

.formular-wrapper .input-line input::-moz-placeholder {
  color: white;
  opacity: 1;
}

.formular-wrapper .input-line input:-moz-placeholder {
  color: white;
  opacity: 1;
}

.formular-wrapper .input-line input::-webkit-input-placeholder {
  color: white;
}

.formular-wrapper .input-line .double-input {
  width: calc(100% - 30px);
  display: flex;
}

.formular-wrapper .input-line .double-input input {
  width: calc(50% - 2.5px - 4px);
}

.formular-wrapper .input-line .double-input input:last-child {
  margin: 0 0 0 5px;
}

.formular-wrapper .submit-button {
  height: 30px;
  margin: 40px auto 0 auto;
  text-align: center;
}

.formular-wrapper .submit-button input[type="submit"] {
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  background: #FFEE58;
  padding: 0px 15px;
  cursor: pointer;
}

.password-error {
  margin: -20px 0 10px 0;
  padding: 8px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #F16B6F;
}

.password-error .message {
  line-height: 1.1em;
  font-size: 12px;
  color: white;
}

