/*
* Password reset Style
*/
main {
  background-color: #ffffff;
}
.card { 
  background: #fff;
  box-shadow: 0 0 10px #ababab;
  padding: 40px;
  border-radius: 10px;
  color: #222F48;
  transform: scale(1);
  transition: all .5s ease 0s;
}
.pass-reset-left {
  /* width: 433px; */
  width: 100%;
  height: auto;
}
.password-reset {
  font-size: 28px;
  font-weight: bold;
  color: #5E9331;
}
.fill-up {
  color: #656E7F;
}
sup {
  color: #FF5353;
}
.f-40 {
  font-size:  40px;
}
.checkmark {
  border-radius: 0;
  height: 20px;
  width: 20px;
  background: #ECEEF3;
  border: 1px solid #D4D6DD;
}
.checkbox-circle input:checked ~ .checkmark {
  background-color: #5e9331;
  border-radius: 0;
}

.checkbox-circle .checkmark:after {
  border: 1px solid #ffffff;
  border-width: 0 3px 3px 0;
  left: 5px;
  top: 1px;
}
.login-info {
  font-weight: bold;
  text-transform: capitalize;
}
.login-info .login-info-inner {
  font-size: 42px;
  font-weight: bold;
  color: #222F48;
  line-height: 3.8rem;
}
.login-info .login-info-inner span {
  color: #5E9331;
}

.login-info  p {
  text-transform: initial;
  line-height: 1.7rem;
  margin-top: 10px;
}
.footer-title {
  font-weight: bold;
  font-size: 19px;
  color: #222F48;
}

.social-containar a svg.svg-inline--fa {
  width: 34px !important;
  height: 34px;
  padding: 8px;
}

.social-containar a:hover {
  text-decoration: none;
}

.social-containar a:hover svg {
  background-color: #5E9331;
  width: 34px !important;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.decoration-none li a{
  text-decoration: none;
  /*color: #5E9331;*/
}

.title-vuepak {
  font-size: 25px;
  font-weight: 600;
  }
  .title-pak {
  color: #578033;
  }
  .pb-8 {
  padding: 10px 0px 15px 15px;
  }
.bg-subscription-cancelled {
  background-color: #f6f5f5;
}