@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-UltraLight-06.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-UltraLightItalic-07.ttf");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-Light-08.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-LightItalic-09.ttf");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-Thin-13.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-ThinItalic-14.ttf");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-01.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-Italic-03.ttf");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-Medium-11.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-Italic-03.ttf");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-Bold-02.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-BoldItalic-04.ttf");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-CondensedBold-05.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../_/fonts/helvetica-neue/HelveticaNeue-CondensedBlack-10.ttf");
  font-style: italic;
  font-weight: 900;
}
.fsp, body.login .appIcon, .loginBox, .infoBox {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
}

.enzo, .loginBox h1 {
  font-family: ff-enzo-web, sans-serif;
  font-weight: 600;
}

.ns, .loginBox .content {
  font-family: "nimbus-sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.os {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.hn {
  font-family: "Helvetica Neue", sans-serif;
}

.fw700 {
  font-weight: 700 !important;
}

.t03 {
  transition: all 0.3s ease;
}

.t05, body.login #footer, .loginBox .renew, .orangeButton {
  transition: all 0.5s ease;
}

.defaultText {
  width: 100%;
  border: 1px solid #d8d8d8;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.05) inset;
  height: 31px;
  padding: 0 10px;
  border-radius: 2px;
  transition: border-color 0.5s ease;
  outline: none;
  background-color: #fff;
}
.defaultText:focus:not(:read-only) {
  border-color: #007d7d;
}
.defaultText:read-only:not(select) {
  background-color: #f9f9f9;
}
.readyPlus500 .defaultText.error, .readyPlus500 .defaultText.err, .readyPlus500 .defaultText:invalid {
  border-color: #850012;
}
.defaultText.percentage {
  background: #fff url(../../img/percentage.png) 10px center/12px auto no-repeat;
  padding-left: 30px;
}
.defaultText.euro {
  background: #fff url(../../img/euro.png) 10px center/9px auto no-repeat;
  padding-left: 30px;
}
.defaultText.disabled, .defaultText:disabled {
  background-color: #f9f9f9;
}
.defaultText.flash {
  animation: 0.3s ease-in-out infinite alternate flashText;
}
@keyframes flashText {
  to {
    border-color: #007d7d;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
body.login {
  background: url(../../img/mobile/back-login.jpg) 35% top/auto 100% no-repeat;
}
@media (orientation: landscape) {
  body.login {
    /** @noinspection */
    background: url(../../img/mobile/back-login.jpg) 35% top/cover no-repeat;
  }
}
body.login:not(.android):not(.iOS) #header .appIcon {
  display: none;
}
body.login:not(.iOS) .iOSContent {
  display: none;
}
body.login:not(.android) .androidContent {
  display: none;
}
body.login.android #header .default, body.login.iOS #header .default {
  display: none;
}
body.login.android #main .loginBox, body.login.iOS #main .loginBox {
  display: none;
}
body.login.android #footer, body.login.iOS #footer {
  display: none;
}
body.login #header .default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 125, 125, 0.93);
  height: 85px;
}
body.login .logo {
  width: 115px;
}
body.login .start {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 10px 11px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
body.login #main {
  padding-top: 50px;
  padding-bottom: 150px;
}
body.login.renew #footer, body.login.otl #footer {
  display: none;
}
body.login .appIcon {
  font-size: 16px;
  width: 100%;
  height: 115px;
  background-color: #f5f5f5;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  position: relative;
}
body.login .appIcon img {
  margin: 15px;
  box-shadow: 0px 5px 5px 0px rgba(30, 33, 31, 0.08);
  width: 45px;
  border-radius: 4px;
  border: 5px solid #007d7d;
}
body.login .appIcon .title {
  margin-bottom: 5px;
}
body.login .appIcon .links {
  font-size: 17px;
  display: flex;
}
body.login .appIcon .links .android {
  margin-right: 20px;
}
body.login .appIcon .links > * {
  border-bottom: 1px solid #cecece;
}
body.login .appIcon .links > *:hover, body.login .appIcon .links > *:active, body.login .appIcon .links > *.active {
  color: #e76600;
}
body.login #footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
body.login.textInputHasFocus #footer {
  margin-bottom: -115px;
  position: static;
}

.loginBox {
  padding: 25px 45px 30px;
  background-color: rgba(245, 245, 245, 0.95);
  border: 1px solid rgba(212, 212, 212, 0.95);
  max-width: 400px;
}
.loginBox .notice {
  margin-bottom: 10px;
  color: #750208;
}
.loginBox .notice.ok {
  color: #28992c;
}
.loginBox .notice a {
  text-decoration: underline;
}
.loginBox .notice a:hover {
  text-decoration: none;
}
.loginBox .notice a.shake {
  display: inline-block;
  margin: 0 5px;
  animation: 3.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both shake;
}
.loginBox .note2 {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 20px;
  color: #502424;
}
.loginBox .content {
  text-align: center;
}
.loginBox h1 {
  font-size: 23px;
  margin-bottom: 10px;
}
.loginBox .sub {
  font-size: 14px;
  color: #939393;
  margin-bottom: 20px;
  font-weight: 300;
}
.loginBox .sub.mb {
  margin-bottom: 35px;
}
.loginBox .tip {
  font-size: 16px;
  margin-bottom: 10px;
}
.loginBox .hbar {
  height: 2px;
  background-color: #e5e5e5;
  margin-bottom: 15px;
}
.loginBox input:not(.orangeButton) {
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  border: 1px solid #000000;
  outline: none;
  box-shadow: none;
}
.loginBox input:not(.orangeButton).email {
  padding: 8px 10px 8px 35px;
  background: #ffffff url(../../img/input-email.png) 7px center no-repeat;
}
.loginBox input:not(.orangeButton).password {
  margin-bottom: 25px;
  padding: 8px 10px 8px 35px;
  background: #ffffff url(../../img/input-password.png) 7px center no-repeat;
}
.loginBox input:not(.orangeButton).gaCode {
  padding: 8px 10px 8px 10px;
}
.loginBox .renewBox {
  display: flex;
  justify-content: flex-end;
}
.loginBox .renewBox .renew {
  text-decoration: underline;
}
.loginBox .renew {
  color: #776f6f;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
.loginBox .renew:hover, .loginBox .renew:active {
  color: #555;
}
.loginBox .renew.mb {
  margin-bottom: 35px;
}
.loginBox .it {
  font-style: italic;
}
.loginBox .logoMp {
  position: absolute;
  top: 45%;
  left: -21px;
}

.social .button {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

.infoBox {
  font-size: 16px;
  padding: 25px 45px 30px;
  background-color: rgba(245, 245, 245, 0.95);
  border: 1px solid rgba(212, 212, 212, 0.95);
  max-width: 400px;
}
.infoBox p {
  margin-bottom: 20px;
}
.infoBox .back {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.infoBox .close {
  text-decoration: underline;
}
.infoBox .close:hover, .infoBox .close:active, .infoBox .close.active {
  color: #e76600;
}
.infoBox img {
  display: block;
  margin-left: 20px;
  margin-bottom: 25px;
}

.orangeButton {
  background-color: #e76600;
  font-size: 17px;
  color: #ffffff;
  line-height: 18px;
  padding: 11px 0;
  width: 100%;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  margin-bottom: 25px;
}
.orangeButton.mb {
  margin-bottom: 40px;
}
.orangeButton:hover, .orangeButton:active {
  background-color: #d96002;
}

/*# sourceMappingURL=login.css.map */
