/* new design css starts here */

@import url(styles.css);
.account-block {
  padding: 0;
  background-image: url('../img/enroll_pic.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.account-block .overlay {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--transparent-black-color-bg);
}
.account-block .account-testimonial {
  text-align: center;
  color: var(--white-color);
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0;
}
.text-theme {
  color: var(--dark-blue-color-enroll) !important;
}
.btn-theme {
  background-color: var(--dark-blue-color-enroll);
  border-color: var(--dark-blue-color-enroll);
  color: var(--white-color);
}

/* new design css ends here */
