body {
  background-image: url('https://www.aliorbank.pl/dam/jcr:a3aa66cd-bc57-433f-bc5b-8bd15d5472aa/tlo-alior-business.jpg');
  background-size: cover;
  color: #333;
  font-family: Roboto;
  font-size: 15px;
  font-weight:300;
  margin:0;
}
a, button, :focus {
  -webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
text-decoration: none;
}
:focus {
  outline:0;
}
/* Struktura strony */
.main {
  /*width: 61.8%;*/
  margin: 0 auto;
  max-width: 1024px;
}
/* Główne informacje */
h1.title {
  display:none;
}
b {
  font-weight: 500;
}
.name {
  margin:0;
  text-align: left;
  margin-bottom: 48px;
  color: #920035;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.name span.line {
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
}
img.logo {
  width: 120px;
  margin-right:15px;
}
/* Logowanie */
.login-box {
  width:0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.login-box {
  width: 80%;
  padding: 80px 120px;
  margin: 0 auto;
  font-weight: 300;
  margin-top: 88px;
  margin-left:0;
  background-color: rgba(255,255,255,.94);
  position: relative;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.login-box button.primary {
  margin-top: 30px;
}
.login-box p {
  display: block;
  clear:both;
}
.login .login-box {
  width: 720px;
  animation: main-login 600ms;
}
@keyframes main-login {
  from {padding-bottom: 40px}
  to {padding-bottom: 80px;}
}
.login-box form {
  text-align: left;
  display: block;
  margin: 60px 0 0 0px;
}
.login-box form .id-hint {
  display: block;
}
.adate {
  display:inline-block;
  clear: both;
  float: initial;
  position: relative;
  overflow: hidden;
  text-align: left;
  min-width: 270px;
}
.adate .day {
  font-size: 120px;
  font-weight: 500;
  display: inline-block;
  float: left;
  line-height: 100%;
  color:#333;
  margin:0 10px;
}
.ldate {
  float: left;
  margin-top:12px;
}
.adate .month {
  padding-left:5px;
  font-size:20px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
}
.adate .year {
  display: block;
  padding-left: 5px;
  font-size: 20px;
  color: #888;
  font-weight:500;
}
.adate .time {
  position: absolute;
  bottom: 0;
  min-width: 250px;
  color: #333;
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  padding-left: 5px;
  margin-bottom: 12px;
  /*background-image: url('../img/ico/clock.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left:30px;*/
}
.hour .fhour {

}
.hour .lhour {

}
.hour .hour-name {

}
.login-box.password {
  width: 800px;
}
.password {
  width: 700px;
  -webkit-animation-name: display-none; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 800ms; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease;
    animation-name: display-none;
    animation-duration: 800ms;
    animation-timing-function: ease;
}
.password form {
  margin-bottom: 48px;
  -webkit-animation-name: password-height; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease;
    animation-name: password-height;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.login-box h2 {
  font-size: 1.4rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 140%;
}
button {
  height: 48px;
  line-height: 48px;
  border: 1px solid;
  padding: 0 30px;
  font-weight: 400;
  font-size: 15px;
}
button.primary {
  border-color: #005479;
  background-color: #005479;
  color: #fff;
}
button.primary:hover {
  border-color: #ffc426;
  color: #005479;
  background-color: #ffc426;
}
.login-box h2 span {
  display: block;
}
.login-box a {
  color: #888;
  font-size: 1rem;
  margin-right: 8px;
}
.login-box a.canceled {
  float:right;
}
.login-box a.problem {
  float:left;
}
.system-name {
  color: #888;
  font-weight:400;
  text-align: left;
  margin-left: 15px;
}
.login-box input[type=text].login-input {
  font-size: 20px;
  color: #005479;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 15px;
  margin-right: 15px;
  max-width: 240px;
  border: 1px solid #a8a8a8;
  padding: 0 15px;
  height:70px;
  line-height:70px;
  clear:both;
  -webkit-animation-name: login-input; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease;
    animation-name: login-input;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.login-box input[type=text].login-input:focus {
  border: 1px solid #920035;
  outline:0;
  border-bottom: 2px solid #920035;
  background-color: #fff;
}
.login-box .select-wrapper input.select-dropdown {
  text-align: center;
}
.login-box .input-field {
    width: 180px;
    margin: 32px auto;
    margin-top: 16px;
    font-size: 16px;
    height: 48px;
    -webkit-animation-name: height-none; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 800ms; /* Safari 4.0 - 8.0 */
      -webkit-animation-timing-function: ease;
      animation-name: height-none;
      animation-duration: 800ms;
      animation-timing-function: ease;
}
.login-box input[type=submit] {
  -webkit-animation-name: opacity; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease;
    animation-name: opacity;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.login-box ul.tabs {
  margin: 16px 0;
}
@keyframes login-input {
    from {width: 140px}
    to {width: 240px;}
}
@keyframes opacity {
    from {opacity:0;}
    to {opacity:1;}
}
@keyframes password-height {
    from {margin-bottom:0;}
    to {margin-bottom:48px;}
}
@keyframes password-input {
    from {background-color: transparent;}
    to {background-color: #f2f2f2;}
}
@keyframes display-none {
    from {height:0;opacity:0;}
    to {height: auto; opacity:1;}
}
@keyframes height-none {
    from {height:0;opacity:0;}
    to {height: 48px; opacity:1;}
}
/* Wygląd ogólny */
a {
  color: #920035;
}
ul.tabs {
  background-color: transparent;
}
/* Nagłówki */
h1, h2, h3, h4, h5, h6 {
}
.btn {
  box-shadow: none;
  border-radius: 0;
}
.all-height {
  height: calc(100vh - 38vh)
}
.client-nr {
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}
.client-nr span {
  font-weight: 400;
  color: #920035;
}
.id-hint {
  color: #4e4e4e;
}
.id-hint img {
  width: 16px;
  vertical-align: middle;
  margin-left: 4px;
}
a.mobile-ver{
  color: #920035;
  font-weight: 400;
  float: left;
}
.mobile-ver img {
    width: 16px;
    vertical-align: middle;
}
/* Nagłówek */
header {
  background-color: #f2f2f2;
  width: 100%;
  color: #333;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
header .lang {
  margin-left: 16px;
  float:left;
}
header .phone {
  float: right;
  margin-right: 8px;
}
header .phone img {
  width: 24px;
  vertical-align: middle;
}
header .phone span {
  margin: 0 8px;
}
header .phone a {
  color: #333;
  font-weight:400;
}
/* Stopka */
footer {
  font-size: 13px;
  color: #e4e4e4;
  background-color: #333;
  padding: 24px 32px;
  margin-top: 112px;
  overflow: hidden;
}
footer.sticky {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  background-color: #f2f2f2;
  color: #333;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
  font-size: 15px;
}
footer h3 {
  font-size: 24px;
}
.fifty-fifty {
  float: left;
  width: 50%;
  padding: 0 16px;
}
.fifty-fifty a {
  color: #ffc426;
}
.footer-links {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 48px;
  color: #333;
  width: 100%;
  float:left;
}
footer.sticky .footer-links {
  margin-top:0;
}
.footer-links a {
  color: #333;
  margin-right: 8px;
  float: left;
}
.footer-links img {
  float: left;
  margin-right: 15px;
  width: 24px;
}
.copyright {
  float: right;
}
 /* Przyciski */
input[type=submit].alior-btn {
  background-color: transparent;
  border: 0;
  padding:0;
  font-weight: 500;
  color: #005479;
  font-size: 1.1rem;
  text-align: center;
}
input[type=submit].alior-btn:hover {

}
.password-mask {
  display: block;
  margin-bottom: 32px;
}
.password-mask img {
  width: 24px;
  margin-bottom: 48px;
  margin-left: 8px;
  opacity.7;
  cursor: pointer;
}
.input-mask {
  width: 32px;
  display: inline-block;
}
.input-mask input {
    text-align:center;
    font-size: 48px;
    color: #920035;
}
.input-mask label {
  color: #95124B;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}
.input-empty {
  height: 64px;
  margin-top: 40px;
}
.input-empty label {
  color: #9e9e9e;
  font-size: .8rem;
}
.input-empty:before {
    background-color: #f2f2f2;
    content: "";
    display: block;
    height: 3rem;
    margin-bottom: 24px;
    -webkit-animation-name: password-input; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
      -webkit-animation-timing-function: ease;
      animation-name: password-input;
      animation-duration: 2s;
      animation-timing-function: ease;
}
.sr-only {
  position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
}

/* Nowe hasło */
.new-password {

}
.new-password .client-nr a {
  color: #920035;
}

.new-password form {
  text-align: left;
  margin: 0 auto;
  width: 480px;
}
.new-password form input {
  max-width: 160px;
}
.new-password input[type=submit] {
  margin-left: 148px;
}
.newp {
  display: block;
  clear: both;
  overflow: hidden;
}
.newp img {
  width: 24px;
  margin-left: 8px;
}
.newp .first {
  width: 140px;
  display: inline;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 8px;
}
.newp .second {
  display: inline;
  width: 180px;
}
.newp .second input {
  width: calc(100% - 32px);
  font-size: 24px;
}
.newp .third {
  display: inline;
  color: #777;
  font-size: 12px;
  margin-left: 24px;
  text-transform: uppercase;
}
.newp .third img {
  width: 16px;
    margin-right:8px;
}
  #bezp {
    font-size: 14px;
  }

  /* Hasło startowe */
.start-p input {
  max-width: 240px;
}
.start-p img {
  width: 24px;
  margin-left: 8px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .all-height {
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .main {
    width: 100%;
  }
  .password {
    padding: 48px 8px;
  }
  .login-box {
    width: 100%;
    margin-top:0;
  }
  .login-box a {
    display: block;
    margin: 8px 0;
  }
    .login-box h2 {
      margin-bottom: 40px;
    }
  .phone {
    position: relative;
  }
  .phone span {
    display: block;
  }
  .phone img {
    position: absolute;
    left: -24px;
  }
  footer {
    margin-top: 0;
  }
  footer.sticky {
      position: static;
  }
  .login-box input[type=text].login-input {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .fifty-fifty {
    width: 100%;
    padding: 0;
  }
  .footer-links {
    float: initial;
    margin: 24px 0 32px 0px;
  }
  .copyright {
    float: left;
  }
  .client-nr span {
    display: block;
  }
  a.problem, a.canceled {
    float: initial !important;
  }
  .input-empty {
    width: 8px;
  }
  .newp .first {
    display:block;
    text-align: left;
  }
  .new-password input[type=submit] {
    margin-left:0;
  }
}
/* Tooltipy */
.material-tooltip {
  background-color: #f2f2f2;
  color: #000;
  font-size: 13px;
  font-weight:400;
  padding: 0 30px;
  height: 50px;
  line-height:50px;
}
.backdrop {
  background-color: #f2f2f2;
  color: #000;
  font-size: 13px;
  padding: 0 30px;
  height: 50px;
  line-height:50px;
}
