
/* Icon styles - Benefits section */

.wrap-benefit {text-align: center;}
.wrap-benefit svg {font-size: 80px; margin-bottom: 1.5rem;}
.wrap-benefit a {
  padding: 10px 24px;
  background: #439dda;
  margin-top: .5rem;
  display: inline-block;
  color: white;
  border: 1px solid #439dda;
  transition: 0.4s;
}
.wrap-benefit a:hover {
  background: #fff;
  border-color: #439dda;
  color: #439dda;
  transition: 0.6s;
}

.each-course img {
  max-width: 90%;
  margin: 0 auto;
}

h2.ld-entry-title.entry-title {
  margin: 0 auto;
  padding: 0;
  font-size: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.Login-inner {
  background: #069eda;
  color: white;
  padding: 4rem;
}

.Login-inner h3 {
  color: white;
}

.Login-inner input {
  margin-bottom: 1rem;
}

.login-submit:hover {
  background: white !important;
  color: #069eda !important;
}

.ld-entry-content {
  min-height: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -55px;
  display: table;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}

.ld-entry-content h2 > a {
  color: #fff;
}
