.td-login-container {
  min-height: 700px;
  overflow: hidden;
}

.td-login-container > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.td-login-main, .td-login-footer {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}
.td-login-main {
  margin-top: 0;
}
.td-login-footer {
  margin-top: 20px;
}
.td-login-error-text {
  display: none;
  margin-top: 9px;
  color: red;
  font-size: 12px;
  height: inherit;
}
.td-login-error-text i{
  font-size: 16px;
}
.td-login-forgot-pwd {
  margin-top:7px;
  text-transform: capitalize;
}

.list-inline {
  margin-bottom: 7px;
}

.copyright .ec-buildnr{
  color: #ffffff;
}

.td-login-secure-link i{
  font-size: 14px;
  color: #FF9902;
}
.td-login-secure-link {
  font-size: 12px;
  color: #FF9902;
}
a {
    color: #03A9F4;
}

input.td-login-error-line {
  border-bottom: 1px solid red !important;
}

div.td-login-links ul li {
  padding: 2px 0;
}

.banner {
  margin-top: 11px;
  margin-left: -30px;
}
.banner-img{
  bottom: 0px;
  border: 3px solid #FFF;
  width: 420px;
  height: 100px;
}

.td-login-btn {
  text-transform: uppercase;
}

.td-login-logo {
  background: url('../img/content/TMA_loginpage_logo.svg') no-repeat top center;
}

.mapp-logo-container {
  height: 120px;
  text-align: center;
}

.mapp-login-logo {
  background: url('../img/content/Mapp_logo.svg') no-repeat top center;
  width: 100%;
  height: 60px;
}

.mapp-logo-msg {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #1A5F96;
}

.td-login-mapp {
  background: url('../img/content/login-screen-background-mapp.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: auto;
}