body.login {
  background: url("../img/bg_login-mMTvHP4.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  font-size: 12px;
}
.logo_content {
  text-align: center;
  margin-bottom: 20px;
}
.logo-img {
  width: 50%;
}
.logoapp {
  width: 9%;
}
.headerForm_login {
  padding: 5px 0 5px 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.foot {
  text-align: center;
}
.titleconx {
  font-weight: bold;
  color: #242d65;
  font-size: 20px;
  margin: 10px;
}
.out-links {
  padding-right: 3px;
  color: #C9D4F6;
}
.out-links a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.loginContainer {
  background: #fff;
  margin-bottom: 10px;
}
.loginContainer > form {
  padding: 10px 30px 5px 30px;
}

.loginContainer .link {
  margin-top: 11px;
  margin-bottom: 11px;
  display: block;
}
.form-group .error {
  color: red;
}
.form-group .error ul{
  padding-left: 0px;
}
.form-group .error ul li {
  padding-bottom: 10px;
  line-height: 20px;
}
.form-group .error ul li:before {
  content: "ERROR";
  background-color: red;
  color: white;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}
.form-group .error ::marker{
  content:"";
}
