@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  /* display: flex; */
  min-height: 100vh;
  font-family: "Poppins", sans-serif !important;
}
.logo {
  text-align: left;
}
.logo img {
  width: 100%;
}

.logo svg {
  width: 40px;
}
.login-wrapper-sec {
  height: 100vh;
}
.login-wrapper-sec .container {
  min-height: 100vh;
}
.info-holder p {
  text-transform: capitalize;
}

.info-holder h3 {
  text-transform: capitalize;
  color: #064e89;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.info-holder img {
	width: 90%;
	margin-top: 20px;
}
.info-holder {
  width: 100%;
  max-width: 378px;
  margin: auto;
}
.login-wrapper {
  background-color: #064e89;
}
.form-content .form-items.login-5 {
	padding-top: 70px;
}
.form-content .form-items {
  width: 100%;
  max-width: 370px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.form-content .form-items.login-5 form label{
  color: #fff;
  padding-bottom: 13px;
}
.form-content .form-check-label{
  padding-bottom: 0 !important;
}
.login-wrapper-sec form label{
  color: #fff;
  padding-bottom: 13px; 
}
.website-logo-inside .logo img{
  width: 80%; 
}
.form-content .page-links {
  margin-bottom: 30px;
}
.form-content form {
  margin-bottom: 30px;
}
.form-content input,
.form-content .dropdown-toggle.btn-default {
  border: 0;
  background-color: #fff;
  color: #8d8d8d;
}
.form-content input,
.form-content .dropdown-toggle.btn-default {
  /* width: 100%; */
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}
.form-holder .form-content {
  /* position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
    min-height: 100%; */
}
.form-content .form-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-content .form-button a {
  color: #fff;
}
.form-content .form-button a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.sub-heading {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
}
.form-content .page-links a.active {
  font-weight: 700;
  font-size: 24px;
}

.form-content .page-links a {
  color: #fff;
}
.form-content .form-button .ibtn {
  background-color: #fff;
  color: #064e89;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  padding: 0px 14px;
  border-radius: 6px;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid #fff;
  font-size: 14px !important;
}

.form-content .other-links span,
.form-content .other-links a {
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  margin-right: 20px;
  text-decoration: none;
}
.form-content .other-links span {
  font-weight: 300;
}
/* checkbox start */
.form-check-input:checked[type="checkbox"] {
  padding: 4px !important;
}
.login-5 .form-check-input:checked {
  background-color: #064e89 !important;
  padding: 4px !important;
  border: 1px solid #fff;
}
.login-5 .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  position: absolute;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  margin-left: -22px;
  padding: 4px !important;
}
input#flexCheckDefault {
  width: 100%;
  min-width: 16px;
  max-width: 13px;
  padding: 0 !important;
}
.border-white-bold {
  width: fit-content;
  border: 2px solid #064e89;
  border-radius: 4px;
  margin-bottom: 25px;
  margin-top: 40px;
}
.right-logo {
  width: fit-content;
  background: #064e89;
  border: 2px solid #ffffff;
  padding: 12px 12px;
  border-radius: 4px;
}
.right-logo img {
  width: 100%;
  max-width: 140px;
  margin-top: 0;
  background: #064e89;
  /* padding: 10px 20px; */
}
.heading_wrapper {
  padding: 50px 0px;
  text-align: center;
}
/* checkbox end */
/****************************************************** progress bar Start *********************************************************/
.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 25px;
  position: relative;
  height: 16px;
}
.progress-bar {
  height: 100%;
  width: 0;
  background-color: #c2f1c8 !important;
  border-radius: 25px;
}
.labels {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 18px;
  font-size: 16px;
}
/****************************************************** progress bar End *********************************************************/
/* Activity Categories Start */
.category_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}

.category h5 {
  font-weight: 600 !important;
  margin-bottom: 0px;
}
.category {
  min-height: 300px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 19%;
  align-items: center;
  text-align: center;
  transition: box-shadow 1s, transform 1s ease-in-out;
}
.heading_wrapper h1 {
  font-weight: 700;
}
.activity_wrapper h4 {
  font-weight: 600;
}
.category:nth-child(1) {
  background: #d9d9d9;
  /* background: #fbe3d6;
  background: #C2F1C8;
  background: #F2CFEE;
  background: #CAEEFB; */
}
.category:nth-child(2) {
  background: #fbe3d6;
}
.category:nth-child(3) {
  background: #c2f1c8;
}
.category:nth-child(4) {
  background: #f2cfee;
}
.category:nth-child(5) {
  background: #caeefb;
}
.category:nth-child(1):hover {
  box-shadow: #d9d9d9 3px 6px 43px -9px !important;
}
.category:nth-child(2):hover {
  box-shadow: #fbe3d6 3px 6px 43px -9px !important;
}
.category:nth-child(3):hover {
  box-shadow: #c2f1c8 3px 6px 43px -9px !important;
}
.category:nth-child(4):hover {
  box-shadow: #f2cfee 3px 6px 43px -9px !important;
}
.category:nth-child(5):hover {
  box-shadow: #caeefb 3px 6px 43px -9px !important;
}
.category:nth-child(1):hover,
.category:nth-child(2):hover,
.category:nth-child(3):hover,
.category:nth-child(4):hover,
.category:nth-child(5):hover {
  /* box-shadow: 10px red; */
  transition: box-shadow 1s ease-out 0.1s;
  transform: translateY(-20px);
  animation: 1s ease-out 0.1s;
  transition: box-shadow 1s, transform 1s ease-in-out;
}
/* Activity Categories End */
/* *************************************************common style start************************************************ */
a,
button{
  font-size: 14px !important;
  font-weight: 500 !important;
}
/* *************************************************common style End************************************************ */
/* media query start */
@media (max-width: 992px) {
    .bg-img{
        display: none;
    }
  .category {
    max-width: 23%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .category {
    max-width: 30%;
    padding: 10px;
  }
}
@media (max-width: 576px) {
    .category {
        max-width: 48%;
    }
    .form-content .form-items{
        max-width: 360px;
    }
}
@media (max-width: 380px) {
    .category {
        max-width: 100%;
    }
}
/* media query End */
g#C1-Base_Colour g .st0:nth-child(3) {
  display: none;
}