body {
  height: 100vh;
  background-color: #f5f5f5;
}
body .pt-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
body .btn-check:checked + .btn, body .btn.active, body .btn.show, body .btn:first-child:active, body :not(.btn-check) + .btn:active {
  color: white !important;
  background-color: rgb(169, 152, 0);
  border-color: rgb(169, 152, 0);
}
body .cc-calto-action-ripple-2 {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 2rem;
  background: green;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-items: center;
  align-items: center;
  text-decoration: none;
}
body .call-buton .cc-calto-action-ripple i {
  transition: 0.3s ease;
  font-size: 2.2rem;
}
body .call-buton .cc-calto-action-ripple:hover i {
  transform: rotate(135deg);
}
@keyframes cc-calto-action-ripple-2 {
  0% {
    box-shadow: 0 4px 10px green, 0 0 0 5px green, 0 0 0 10px green, 0 0 0 20px green;
  }
  100% {
    box-shadow: 0 4px 10px green, 0 0 0 5px green, 0 0 0 10px green, 0 0 0 20px green;
  }
}
body span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}
body .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  background: #ec8b00;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-items: center;
  align-items: center;
  text-decoration: none;
}
body .call-buton .cc-calto-action-ripple i {
  transition: 0.3s ease;
  font-size: 2.2rem;
}
body .call-buton .cc-calto-action-ripple:hover i {
  transform: rotate(135deg);
}
@keyframes cc-calto-action-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
  }
}
body span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}
body header.headerSection {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body header.headerSection .container-fluid .container a img.img-fluid {
  height: 50px;
}
body main section.bannerSection .container {
  width: 100%;
}
body main section.bannerSection .container .row .LeftItem {
  padding-top: 20px;
}
body main section.bannerSection .container .row .LeftItem h1 {
  font-size: 27px;
  line-height: 1.4;
  font-family: serif arial;
  font-weight: 700;
  color: black;
}
body main section.bannerSection .container .row .LeftItem p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color: black;
  font-size: 17px;
}
body main section.bannerSection .container .row .FormContainer {
  background-color: rgba(141, 132, 12, 0.16) !important;
  width: 90%;
  padding: 20px;
}
body main section.bannerSection .container .row .FormContainer h4.text-center {
  font-weight: 700;
}
body main section.bannerSection .container .row .FormContainer h6.text-center {
  font-weight: 800;
  color: gray;
}
body main section.bannerSection .container .row .FormContainer form .form-control {
  height: auto;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border: 2px solid white;
  box-shadow: none;
}
body main section.bannerSection .container .row .FormContainer form .form-control::-moz-placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.bannerSection .container .row .FormContainer form .form-control::placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.bannerSection .container .row .FormContainer form .form-control:focus {
  border: 2px solid rgb(169, 152, 0);
}
body main section.bannerSection .container .row .FormContainer form button {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 4px;
  width: 100%;
  background-color: rgb(169, 152, 0);
  border-color: rgb(169, 152, 0);
}
body main section.bannerSection .container .row .FormContainer form button a {
  text-decoration: none;
  color: white !important;
}
body main section.bannerSection .container .row .SecurePoints {
  padding-top: 30px;
}
body main section.bannerSection .container .row .SecurePoints ul {
  padding: 0;
  list-style: none;
  line-height: 2.5;
}
body main section.bannerSection .container .row .SecurePoints ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
body main section.bannerSection .container .row .SecurePoints ul li i {
  font-size: 25px;
  color: rgb(169, 152, 0);
  font-weight: 600;
}
body main section.bannerSection .container .row .ImageContainer img {
  background-size: cover;
}
body main section.bannerSection .container .row .ImageContainer img.img-fluid {
  width: 100%;
  height: 500px;
}
body main section.infoCards .container .row .item {
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
  padding: 20px;
}
body main section.infoCards .container .row .item .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body main section.infoCards .container .row .item .icon i {
  font-size: 50px;
  color: #019e61;
}
body main section.BlogSection .container {
  padding: 20px;
  background-color: rgba(211, 211, 211, 0.088);
}
body main section.BlogSection .container p {
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}
body main section.BlogSection .container h2 {
  font-size: 24px;
  text-align: center;
  color: black;
}
body main section.BlogSection .container h3 {
  font-size: 18px;
  color: black;
}
body main section.BlogSection .container .textRows img.img-fluid {
  border: 5px solid rgba(255, 69, 0, 0.1215686275);
}
body main section.BlogSection .container .sideImage img.img-fluid {
  border: 5px solid rgba(255, 69, 0, 0.1215686275);
  height: 280px;
  width: 100%;
}
body main section.BlogSection .container .sideImage2 img.img-fluid {
  border: 5px solid rgba(255, 69, 0, 0.1215686275);
}
body main section.BlogSection .container ul {
  list-style: none;
  padding: 0;
  line-height: 1.9;
}
body main section.BlogSection .container ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(211, 211, 211, 0.277);
  gap: 5px;
}
body main section.BlogSection .container ul li i {
  color: green;
  font-size: 30px;
}
body main section.CardSection .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: auto;
}
body main section.CardSection .container .education {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}
body main section.CardSection .container .credentialing {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}
body main section.CardSection .container .wallet {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}
body main section.CardSection .container .human-resources {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}
body main section.CardSection .container .card {
  width: 100%;
  height: 321px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}
body main section.CardSection .container .card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}
body main section.CardSection .container .card:hover .overlay {
  transform: scale(4) translateZ(0);
}
body main section.CardSection .container .card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}
body main section.CardSection .container .card:hover .circle:after {
  background: var(--bg-color-light);
}
body main section.CardSection .container .card:hover p {
  color: var(--text-color-hover);
}
body main section.CardSection .container .card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}
body main section.CardSection .container .card p {
  font-size: 17px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}
body main section.CardSection .container .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
body main section.CardSection .container .circle i {
  z-index: 2;
  color: rgb(0, 0, 0);
  font-size: 50px;
}
body main section.CardSection .container .circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}
body main section.CardSection .container .circle svg {
  z-index: 10000;
  transform: translateZ(0);
}
body main section.CardSection .container .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
body main section.cardsListSection .container .row .card h5 a {
  color: black;
  text-decoration: none;
}
body main section.cardsListSection .container .row .card h5 a:hover {
  border-bottom: 1px solid gray;
}
body main section.cardsListSection .container .row .ListInfo .card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body main section.cardsListSection .container .row .ListInfo .card img {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body main section.cardsListSection .container .row .ListInfo .card h5 {
  text-align: center;
  color: black;
}
body main section.cardsListSection .container .row .ListInfo .card .card-body ul {
  list-style: none;
  padding: 0;
  line-height: 1.9;
}
body main section.cardsListSection .container .row .ListInfo .card .card-body ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(211, 211, 211, 0.277);
  gap: 5px;
}
body main section.cardsListSection .container .row .ListInfo .card .card-body ul li i {
  color: green;
  font-size: 30px;
}
body main section.CTA .container {
  background-color: rgb(169, 152, 0);
  padding: 20px;
}
body main section.CTA .container .row .TextDiv h5 {
  line-height: 1.5;
  font-size: 25px;
  font-weight: 500;
  color: white;
}
body main section.CTA .container .row .FormContainer {
  background-color: rgba(206, 204, 204, 0.5803921569) !important;
  width: 90%;
  padding: 20px;
}
body main section.CTA .container .row .FormContainer form .form-control {
  height: auto;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border: 2px solid white;
  box-shadow: none;
}
body main section.CTA .container .row .FormContainer form .form-control::-moz-placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.CTA .container .row .FormContainer form .form-control::placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.CTA .container .row .FormContainer form .form-control:focus {
  border: 2px solid rgb(169, 152, 0);
}
body main section.CTA .container .row .FormContainer form button {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 4px;
  width: 100%;
  background-color: rgb(169, 152, 0);
  border-color: rgb(169, 152, 0);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body main section.how-it-works .container .heading h2 {
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
body main section.how-it-works .container .heading h2 i {
  font-size: 40px;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.how-it-works .container .stepsContainer .row .item {
  height: 240px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
  border: 2px solid #B8F9D3;
}
body main section.how-it-works .container .stepsContainer .row .item .StepNumber {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 30px;
  font-weight: 600;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.how-it-works .container .stepsContainer .row .item .StepNumber h1 {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  background-color: rgba(6, 136, 67, 0.8235294118);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 5px solid #B8F9D3;
}
body main section.how-it-works .container .stepsContainer .row .item .StepNumber h1:before {
  height: 10px;
  width: 30px;
  content: "";
  display: block;
  background-color: rgba(6, 136, 67, 0.8235294118);
  position: absolute;
  transform: translate(50px, 5px);
  border-radius: 50px;
  border-style: double;
  border-width: 3px;
}
body main section.cookies .container .heading h2 {
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
body main section.cookies .container .heading h2 i {
  font-size: 40px;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.cookies .container .DescriptionBox p {
  line-height: 2.2;
  font-size: 17px;
  text-align: justify;
}
body main section.cookies .container .DescriptionBox ul li {
  line-height: 2.3;
}
body main section.cookies .container .DescriptionBox h3 {
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-bottom: 10px;
}
body main section.cookies .container .DescriptionBox h3 i {
  font-size: 40px;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.pageFormContainer .container {
  width: 40%;
}
body main section.pageFormContainer .container .formContainer {
  min-height: 430px;
}
body main section.pageFormContainer .container .formContainer .thanksDiv {
  padding: 30px;
}
body main section.pageFormContainer .container .formContainer .thanksDiv h2 {
  color: black;
  font-size: 19px;
}
body main section.pageFormContainer .container .formContainer form .step {
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
  display: none;
}
body main section.pageFormContainer .container .formContainer form .step h6 {
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  color: rgba(6, 136, 67, 0.8235294118);
  font-weight: 500;
  background-color: rgb(169, 152, 0);
  border-color: rgb(169, 152, 0);
  color: white;
}
body main section.pageFormContainer .container .formContainer form .step h6 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  background-color: white;
}
body main section.pageFormContainer .container .formContainer form .step h6 a.btn {
  border: 2px solid white;
}
body main section.pageFormContainer .container .formContainer form .step h6 a.btn i {
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.pageFormContainer .container .formContainer form .step h6 small {
  font-weight: 300;
}
body main section.pageFormContainer .container .formContainer form .step h6 i {
  font-size: 30px;
  color: white;
}
body main section.pageFormContainer .container .formContainer form .step h6 span {
  font-size: 25px;
  font-weight: 500;
}
body main section.pageFormContainer .container .formContainer form .step .item {
  height: 440px;
  padding: 20px;
}
body main section.pageFormContainer .container .formContainer form .step .item p {
  display: flex;
  align-items: center;
  color: rgba(6, 136, 67, 0.8235294118);
  font-weight: 800;
}
body main section.pageFormContainer .container .formContainer form .step .item .SecureWords ul {
  padding: 10px;
  list-style: none;
  line-height: 2.4;
}
body main section.pageFormContainer .container .formContainer form .step .item .SecureWords ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
body main section.pageFormContainer .container .formContainer form .step .item .SecureWords ul li i {
  color: rgba(6, 136, 67, 0.8235294118) !important;
  font-weight: 700;
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv input.form-control {
  border-radius: 0px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: 2px solid white;
  border: none;
  width: 100% !important;
  border: 2px solid rgba(226, 226, 226, 0.45);
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv .form-group {
  width: 100%;
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv1 {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10PX;
}
body main section.pageFormContainer .container .formContainer form .step .item .Location {
  display: flex;
  align-items: center;
  gap: 20px;
}
body main section.pageFormContainer .container .formContainer form .step .item .Location .this {
  width: 50%;
}
body main section.pageFormContainer .container .formContainer form .step .item .Location .this p {
  display: flex;
  align-items: center;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.pageFormContainer .container .formContainer form .step .item .Location select.form-control {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: none;
  border: 2px solid rgba(226, 226, 226, 0.45);
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group label.btn {
  width: 100%;
  padding: 10px;
  border-radius: 0px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: black;
  border: 2px solid rgba(169, 152, 0, 0.19);
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group label.btn.active {
  background-color: black !important;
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group input.form-control {
  border-radius: 0px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(145, 145, 145, 0.51);
  padding: 13px;
  border: 2px solid white;
  border: none;
  width: 100% !important;
  border: 2px solid rgba(226, 226, 226, 0.45);
  color: #000;
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group select.form-control {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: none;
  border: 2px solid rgba(226, 226, 226, 0.45);
}
body main section.pageFormContainer .container .formContainer form .ButtonContainer .thisfree {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  justify-content: space-between;
}
body main section.pageFormContainer .container .formContainer form .ButtonContainer .thisfree button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(169, 152, 0);
  border: 2px black;
  padding: 10px;
  min-width: 150px;
}
body main section.login .container {
  padding-bottom: 10px;
  margin: auto;
}
body main section.login .container .itemCont .row .imgContainer {
  position: relative;
}
body main section.login .container .itemCont .row .imgContainer img.img-fluid {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.login .container .itemCont .row .imgContainer .upper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.553);
  color: white;
}
body main section.login .container .itemCont .row .imgContainer .upper .this {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.062);
  border-left: 8px solid #019e61;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body main section.login .container .itemCont .row .imgContainer .upper .this small {
  font-weight: 700;
  font-size: 15px;
}
body main section.login .container .itemCont .row .imgContainer .upper .this h3 {
  font-weight: 700;
  letter-spacing: 0.2rem;
}
body main section.login .container .itemCont .row .Login_Div {
  width: 100%;
}
body main section.login .container .itemCont .row .Login_Div .Logo-div {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body main section.login .container .itemCont .row .Login_Div .Logo-div i {
  font-size: 80px;
  color: #019e61;
}
body main section.login .container .itemCont .row .Login_Div .Logo-div h3 {
  font-weight: 700;
  letter-spacing: 0.1rem;
}
body main section.login .container .itemCont .row .Login_Div .formDiv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-top: 10px;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form {
  width: 100%;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form i {
  position: absolute;
  transform: translate(0px, -46px);
  color: rgba(1, 158, 98, 0.5333333333);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form label {
  font-weight: 600;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form input.form-control {
  color: black;
  background: wgite;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
  font-weight: 400;
  letter-spacing: 1px;
  height: 50px;
  padding: 6px 12px;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid rgba(1, 158, 98, 0.3647058824);
  box-shadow: none;
  padding-left: 45px;
  padding-top: 10px;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form input.form-control::-moz-placeholder {
  opacity: 0.5;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form input.form-control::placeholder {
  opacity: 0.5;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form input.form-control::hover {
  background-color: red !important;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form .submit-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  flex-direction: column;
  gap: 6px;
}
body main section.login .container .itemCont .row .Login_Div .formDiv form .submit-div button {
  display: flex;
  height: 50px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #019e61;
  border: none;
  box-shadow: #019e61;
}
body footer .FooterSection {
  background-color: rgb(169, 152, 0);
  color: white;
}
body footer .FooterSection a img.img-fluid {
  height: 90px;
}
body footer .FooterSection .container {
  padding: 20px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body footer .FooterSection .container ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}
body footer .FooterSection .container ul li a {
  text-decoration: none;
  color: white;
}
body footer .FooterSection .container b {
  font-weight: 900;
  font-size: 22px;
}
body footer .FooterSection .container .LogoName h4 {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 500;
}
body footer .FooterSection .container .LogoName h4 i {
  color: white;
  font-size: 35px;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */