body {
  background-color: #F6F9FC;
  font-family: "Nunito", sans-serif;
  color: #071C4D;
}

.section-navbar {
  background-color: #212529;
}
.section-navbar .navbar-brand {
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: #FFF;
}
.section-navbar .navbar-brand a {
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #FFF;
}
.section-navbar .navbar-brand img {
  max-height: 40px;
}

.section-content {
  font-family: "Nunito", sans-serif;
  background-color: #4F39EE;
  border-radius: 0 0 1em 1em;
}
@media screen and (max-width: 450px) {
  .section-content {
    border-radius: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.section-content p {
  color: #E4E9F1;
  font-size: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.section-content .title-wellcome {
  color: #E4E9F1;
  font-size: 20px;
  font-weight: normal;
}
.section-content .title-head {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
}
.section-content .btn-light {
  color: #6672E8 !important;
  border-radius: 0.5em;
  font-size: 1.2em;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
}
.section-content .btn-light:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.section-feature {
  padding-top: 3em;
  background-color: #F6F9FC;
}
@media screen and (max-width: 450px) {
  .section-feature {
    padding-top: 16px;
  }
}
.section-feature h3 {
  font-weight: 600;
  line-height: 42px;
  font-size: 32px;
}
.section-feature .card-feature {
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F6F9FC 100%);
  border: none !important;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
}
.section-feature .card-feature:hover {
  background: #FFFFFF;
  border-color: #fbfbfb;
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.section-feature .card-feature .icon-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  width: 92px;
  border-radius: 50%;
  margin: 0 0 60px;
  font-size: 48px;
}
.section-feature .card-feature .icon-1 {
  background-color: #CED3FF;
}
.section-feature .card-feature .icon-2 {
  background-color: #C6FFE3;
}
.section-feature .card-feature .icon-3 {
  background-color: #FFEFC6;
}
.section-feature .card-feature h4 {
  font-size: 24px;
  font-weight: 600;
}
.section-feature .card-feature p {
  color: #5A6C90;
  font-size: 14px;
  line-height: 26px;
}

.section-footer {
  background-color: #F6F9FC;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-footer a {
  color: #5A6C90;
  text-decoration: none;
}

.card-login {
  margin-top: 15vh;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../images/login-image.jpg);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
@media screen and (max-width: 450px) {
  .card-login {
    margin-top: 10vh;
  }
}
.card-login a {
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.card-login .img-logo {
  height: 30px;
}
.card-login .card-login-form {
  border-radius: 24px;
}
.card-login .card-login-form h3 {
  font-size: 42px;
  font-weight: 600;
}
.card-login .card-login-form label {
  font-size: 18px;
  color: #5A6C90;
}
.card-login .btn-login {
  background-color: #6672E8;
  color: #FFF;
  font-size: 18px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
}
.card-login .btn-login:hover {
  background-color: #7854F7;
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

input[type=email] {
  background-color: #F6F6F6 !important;
  font-size: 20px;
  color: #1E2E50;
}

input[type=email]::-webkit-input-placeholder {
  font-size: 18px;
  color: #5A6C90 !important;
}

input[type=password] {
  background-color: #F6F6F6 !important;
  font-size: 20px;
  color: #1E2E50;
}

input[type=password]::-webkit-input-placeholder {
  font-size: 18px;
  color: #5A6C90 !important;
}

.animated-img {
  animation: bounce 1s ease infinite alternate;
  -webkit-animation: bounce 1s ease infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
.mt-n50 {
  margin-top: -100px;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-home-three {
  padding: 180px 0 420px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.cover-user .container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}
.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}
.cover-user .cover-user-img {
  height: 100vh;
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .cover-user .cover-user-img {
    padding: 0px 10% !important;
  }
}
@media (min-width: 769px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }
}
@media (max-width: 768px) {
  .cover-user .padding-less {
    position: relative !important;
    height: 400px !important;
  }
  .cover-user .cover-user-content {
    text-align: left !important;
  }
  .cover-user .cover-user-img {
    align-items: start !important;
    height: auto !important;
  }
  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .bg-home,
  .bg-half-170,
  .bg-half-260 {
    padding: 150px 0;
    height: auto;
  }
  .bg-home-three {
    padding: 150px 0 350px;
    height: auto;
  }
}
.rounded-2 {
  border-radius: 1em;
}

.fea {
  stroke-width: 1.8;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}
.fea.icon-m-md {
  height: 28px;
  width: 28px;
}
.fea.icon-md {
  height: 35px;
  width: 35px;
}
.fea.icon-lg {
  height: 42px;
  width: 42px;
}
.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

.bg-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-yellow {
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-pink {
  background: linear-gradient(45deg, #FF5370, #ff869a);
}

.card-data {
  border-radius: 0.5;
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.anim-up {
  cursor: pointer;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
}
.anim-up:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}/*# sourceMappingURL=main.css.map */