[dir="rtl"] body > div.wrapper > div.block-fullscreen {
  transform: scale(-1,1);
}

[dir="rtl"] .panel-login {
  flex-direction: row-reverse;
}

[dir="rtl"] .language-form select {
  transform: scale(-1,1);
}

[dir="rtl"] .block-centered.d-flex.flex-column {
    transform: scale(-1,1);
}

[dir="rtl"] #id_password > div.text-danger {
  text-align: right;
}

a {
  display: inline-block; }

a:focus, a.focus, a:active, a.active, button:focus, button.focus, button:active, button.active {
  outline: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.block-fullscreen {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.panel-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh; }
  .panel-login footer {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
    font-size: 12px; }
  .panel-login .bg-mask {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: url(../../img/idis/login-bg.jpg);
    background-position: center 100%;
    background-size: cover; }
  .panel-login__form {
    width: 50%;
    max-width: 1130px;
    height: 100vh;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .panel-login__form .block-centered {
      margin-top: 23vh;
      margin-left: auto;
      margin-right: 20%;
    }
    .panel-login__form .logo {
      padding: 0 15px;
      width: 100%; }
      .panel-login__form .logo img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
      }
    .panel-login__form .author {
      text-align: center;
      color: #A3A3A3; }
      .panel-login__form .author img {
        display: inline-block;
        max-width: 203px;
        margin-left: 10px; }
    .panel-login__form form {
      margin-top: 13vh;
      font-size: 14px; }
    .panel-login__form input {
      display: block;
      width: 100%;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 1em; }
    .panel-login__form .form-group {
      margin-bottom: 0; }
      .panel-login__form .form-group + .form-group {
        margin-top: 5vh; }

.panel-login__form.form-customer{
  flex-direction: column;
  align-items: center;
}
@media(min-width: 576px){
  .panel-login__form .btn{padding: 12px 68px;}
}

.panel-login__form footer{
  font-size: 16px;
  padding: .5em;
}
.panel-login__form.form-customer .block-centered{margin-top: 0;}
.panel-login__form.form-customer form{
  margin-top: 30px;
  max-width: 320px;
  width: 100%;
}
.has-error .form-control {
  border-color: #F15169; }

.has-error .invalid-feedback, .has-error .help-block {
  padding-left: 30px;
  background-image: url(../../img/idis/icon-attention.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  display: block;
  color: #F15169; }

.is-valid .form-control {
  border-color: #18AEA1; }

.language-form {
  position: absolute;
  top: 0;
  right: 0; }
  .language-form form {
    display: inline-block;
    margin: 1em; }
  .language-form select {
    padding: 6px 12px;
    background: transparent;
    border: 1px solid #EEEEEE;
    border-radius: 130px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .language-form select:hover {
      color: #18ADA1; }
    .language-form select:focus {
      outline: none; }

.select-language {
  margin: 0 1em; }

.select-lang {
  background: transparent;
  border: 1px solid #bdbdbd;
  border-radius: 1em;
  font-weight: 500;
  -moz-text-align-last: left;
  text-align-last: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .select-lang:hover {
    color: #18ADA1; }

.btn-brand-green {
  background-color: #18ADA1;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 10px 15px #BBF0EB;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 10px 15px #BBF0EB;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .btn-brand-blue {
    background-color: #1D3F72;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 10px 15px #F5A720;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 10px 15px #F5A720;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .btn-brand-red {
    padding: 0.5em 2.3em;
    background: #F15169;
    color: #fff !important;
    -webkit-box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase; }
  .btn-brand-green:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .btn-brand-green:focus {
    -webkit-box-shadow: 0 0 0 3px #BBF0EB;
    box-shadow: 0 0 0 3px #BBF0EB; }
.bg-login{
  background: url(../../img/idis/login-bg.png) 100% 0 no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.bg-login-zeland{
  background: url(../../img/zeland/login-bg.png) 100% 0 no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.panel-login__form .form-control{
  max-width: 10em;
  margin: 0 auto;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #B2B0B8;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  text-align: center;
}
.panel-login__form .form-group{
  position: relative;
}
.panel-login__form label{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  text-align: center;
  transition: transform .3s;
}
.panel-login__form .has-error label,
.panel-login__form input:focus + label,
.panel-login__form input:valid + label{
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #828282;
  transform: translateY(-45px);
  transition: transform .3s;
}
.panel-login__form .has-error .help-block{
  margin-top: 20px;
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .panel-login {
    min-height: 100vh;
    height: auto;}
    .panel-login footer {
      margin-top: 25px; }
    .panel-login .bg-mask {
      display: none; }
  .panel-login__form {
    width: 100%;
    min-height: 100vh;
    height: auto; }
    .panel-login__form .block-centered {
      margin-right: auto;
      margin-top: 12vh; }
}

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

