/**
 * Color
 */
/**
 * Utilities
 */
.text-primary {
  color: #45B656; }

.bg-primary {
  background-color: #45B656; }

.bg-primary-light {
  background-color: #A7E0C1; }

.heading {
  font-size: 1.5rem;
  font-weight: 400; }

.small, small {
  font-size: 0.8rem; }

.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/**
 * Common
 */
body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-wrapper {
  min-height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem; }

.brand-row {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 400px) {
    .brand-row {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .brand-row img {
    -webkit-filter: drop-shadow(0px 2px 20px rgba(66, 66, 66, 0.5));
    filter: drop-shadow(0px 2px 20px rgba(66, 66, 66, 0.5)); }

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem; }
  @media screen and (min-width: 400px) {
    h4 {
      font-size: 1.5rem;
      margin-bottom: 2rem; } }

.button {
  background: #45B656;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  padding: 0.5rem 1.5rem;
  border-radius: 10rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 400px) {
    .button {
      padding: 1rem 2.5rem; } }
  .button:hover {
    -webkit-box-shadow: 0px 3px 20px rgba(47, 121, 58, 0.3);
    box-shadow: 0px 3px 20px rgba(47, 121, 58, 0.3);
    background: #53d967; }

.logo {
  height: 30px; }
  @media screen and (min-width: 400px) {
    .logo {
      height: 50px; } }

/**
 * Style2
 */
.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-wrapper > div {
    width: 100%; }

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.box {
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 0;
  max-width: 700px;
  width: 100%; }
  .box::before {
    content: '';
    width: 80%;
    height: 100%;
    top: 5%;
    left: 10%;
    position: absolute;
    z-index: -1;
    background: #2F793A;
    -webkit-filter: blur(25px);
    filter: blur(25px); }
  @media screen and (min-width: 768px) {
    .box {
      border-radius: 20px; } }
  .box figure {
    margin: 0; }
    .box figure img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .box .box-header {
    text-align: center;
    padding-top: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media screen and (min-width: 768px) {
      .box .box-header {
        padding-top: 2.5rem;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; } }
  .box .box-title {
    font-weight: bold;
    font-size: 2.25rem;
    color: #2F793A;
    text-shadow: 2px 2px 0 #fff;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .box .lead {
    margin-top: 0;
    font-weight: bold; }
  .box .box-content {
    background: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    @media screen and (min-width: 768px) {
      .box .box-content {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; } }

.box-padding {
  padding: 1.5rem 1rem; }
  @media screen and (min-width: 400px) {
    .box-padding {
      padding: 2.5rem 1rem; } }

.list-social {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 2rem; }
  .list-social li {
    position: relative;
    margin-bottom: 1rem; }
    .list-social li:not(:last-child) {
      margin-right: 30px; }
      .list-social li:not(:last-child)::before {
        content: '-';
        position: absolute;
        right: -1rem;
        color: #fff;
        font-weight: bold; }
  .list-social a {
    text-decoration: none;
    color: #fff; }
    .list-social a img {
      vertical-align: sub;
      margin-right: 5px;
      height: 1.2rem; }
    .list-social a:hover {
      text-decoration: underline; }

.footer {
  position: relative; }

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