body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #f8f9fd;
  color: gray;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #8d448b;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8d448b;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif;
  color: #000;
}

.bg-primary {
  background: #8d448b !important;
}

.ftco-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
  color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.login-wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 48px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

/* .login-wrap h3 {
    
    font-size: 20px;
    color: #8d448b; } */
.login-wrap .icon {
  width: 80px;
  height: 80px;
  background: #8d448b;
  border-radius: 50%;
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.login-wrap .icon span {
  color: #fff;
}

.form-group label {
  margin: 0;
}

.form-control {
  height: 48px !important;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.8) !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.8) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.8) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.8) !important;
}

.form-control:focus,
.form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

/* .checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .checkmark:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked~.checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
  color: #8d448b;
}

.checkbox-primary input:checked~.checkmark:after {
  color: #8d448b;
}

*/ .btn {
  cursor: pointer;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #8d448b !important;
  border: 1px solid #8d448b !important;
  color: #fff !important;
}

.btn.btn-primary:hover {
  border: 1px solid #8d448b;
  background: transparent;
  color: #8d448b;
}

.btn.btn-primary.btn-outline-primary {
  border: 1px solid #8d448b;
  background: transparent;
  color: #8d448b;
}

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #8d448b;
  color: #fff;
}


.form-group {
  position: relative;
}

.btn-position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {

  .form-control,
  .forgot,
  .btn {
    font-size: 14px;
  }

  .login-wrap {
    padding: 24px 24px 48px 24px;
  }

  .login-wrap .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .btn-remove {
    margin-left: 0 !important;
  }
}

.btn.btn-more {
  text-decoration: underline;
  margin-bottom: 15px;
  padding-left: 0;
  background-color: #fff;
  color: #8d448b;
}

.btn.btn-more:focus {
  box-shadow: none;
}

.btn-remove {
  background: #8d448b;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  margin-left: 15px;
  position: relative;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-remove:hover {
  color: #fff;
}

.clone-input {
  width: 92%;
}

.list-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.card-title {
  font-size: 20px;
  color: #8d448b;
}