body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: #fff;
  background-image: url(../images/ecobg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer {
  display: none;
}

#logincontent .actions > .btn:nth-child(2) {
  display: none;
}

#wrap {
  height: auto;
  min-height: auto;
  min-width: 40%;
  padding: 15px;
  margin: 0 auto;
  background-color: rgba(43, 43, 47, .8);
  border-radius: 15px;
}

#wrap > .container {
  padding: 0;
}

#eco-logo {
  max-height: 2em;
}

#eco-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2em;
  margin-bottom: 20px;
}

#eco-title > span {
  width: 100%;
  text-align: center;
}

#eco-title > img {
  height: 40px;
}

span#languages {
  display: flex;
  justify-content: end;
}

h3 {
  margin-top: 0;
}

.card {
  background: none;
  border: none;
}

.input-group .input-group-text,
.input-group input {
  background: #dbdbdb;
  border: 0;
}

.btn, .form-control {
  font-size: 1.2rem;
}

.form-control:focus {
  background: #dbdbdb;
  border-color: #36b097;
  box-shadow: 0 0 0 0.2rem rgba(54,176,151,.5);
}

.card-mailsent {
  background-color: #dbdbdb;
  color: #000;
  margin: 20px;
}

.mailsent-icon > svg {
  height: 100px;
  width: 100px;
  margin-bottom: 30px;
}

.btn-success, .btn-primary {
  background: linear-gradient(135deg, #BBF1E6 0%, #94E2D2 50%, #8CDECC 100%);
  color: #1c1e1c;
  fill: #1c1e1c;
  border: none;
  width: 100%;
  border-radius: 8px;
  transition: none;
}

.btn-secondary {
  fill: #fff;
}

.btn-success:hover, .btn-primary:hover {
  background: #36b097;
  border: none;
  color: #fff;
  fill: #fff;
}

.btn-success:focus, .btn-primary:focus {
  background-color: #36b09785;
  border-color: #36b097;
  box-shadow: 0 0 0 0.2rem rgba(54,176,151,.5);
}

.fa-eye-slash > .icon-visibility {
  display: none;
}

.fa-eye > .icon-visibility-off {
  display: none;
}

.form-check-input {
  margin: 0;
}

.input-group-text {
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding: 0;
}