.landing-img {
  width: 100%;
  height: 1018px;
}
.login-block {
  position: absolute;
  top: 9%;
  /*left: 40%;*/
  width: 100%;
}
.login-controls {
  /* background-color: rgba(255, 255, 255, .5); */
  height: 300px;
  border-radius: 4px;
}
.login-controls button {
  display: inline-block;
}
.login-controls label {
  display: block;
}
.esco-logo {
  height: 63px;
  /* background-image: url(./images/dfslogin2-redbar-extended.png);*/
  /*background-repeat: no-repeat;
    background-position: left center;*/
  width: 665px;
  margin-top: 0px;
  margin-left: -20px;
  position: absolute;
  left: -480px;
  top: 25px;
}
.dfs-form-group {
  display: inline-block;
  padding-left: 8px !important;
  padding-right: 1px !important;
  /*width: 43%;*/

}
.credential-row {
  margin-top: 20px;
}
.credential-row .form-control {
  width: 100% !important;
}
.tenant-row {
  margin-top: 20px;
}
.credential-row button {
  margin-top: 25px;
  margin-left: 8px;
}
.tenant-row input {
  width: 96% !important;
}
#tenant-box {
  width: 100%;
}
.center-form-section {
  padding-top: 75px;
}
.form-error {
  margin-top: 34px;
  margin-left: 21%;
  font-size: 20px;
  color: #be2932;
}
