.container-login {
  position: relative;
}

.header-login {
  background: #7498AB;
  padding: 15px;
  color: #4D6672;
}
.header-login .header-login-title {
  color: #f5fafc;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  font-family: 'Open Sans', sans-serif;
}

.menu-login {
  background: #9AB6C5;
  padding: 5px 15px;
}
.menu-login .ml-list {
  border: 0;
  margin: 1px;
}
.menu-login .ml-list .ml-item {
  display: inline-block;
  list-style: none;
  padding: 5px;
  font-size: 14px;
  color: #3B6A83;
}

.footer-login {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #7498AB;
  padding: 5px 0;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

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