.i-body {
  background-image: url(../images/bg-login.jpg);
  background-size: cover;
}

.i-login .i-body {
  height: 100%;
  width: 100%;
  margin: 0;
}

.i-logo {
  background-image: url(../images/Logo-iTWOfm-RGB.svg);
  background-repeat: no-repeat;
  width: 262px;
  height: 50px;
  margin: 50px 30px 0px 60px;
}

.i-mask-row-value {
  position: relative;
  float: left;
}

.i-mask-row {
  margin-top: 7px !important;
  margin-bottom: 0px !important;
}

#loginView .k-button.k-primary {
  margin-top: 30px;
}

.i-mask-row:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
}

.i-info-container,
.i-error-container {
  width: 600px;
  position: absolute;
  top: 35px;
  left: calc(50% - 300px);
  background-color: #fff;
  padding: 10px;
}

.i-error-container .i-error-header.k-dialog-titlebar {
  background: #bf3939;
  font-weight: bold;
}

.k-dialog .k-dialog-titlebar,
.k-window .k-window-titlebar {
  display: block;
  background: #0067b1;
  color: #fff;
  padding: 10px;
}

.i-logo-subtitle {
  padding: 20px 0px;
  font-size: 24px;
  color: #919191;
  font-weight: bold;
}
