html.boxed .body {
  max-width: 100% !important;
  box-shadow: 0 0 4px rgb(0 0 0 / 0%) !important;
  margin: 0 auto !important;
	border-top: none !important;
}

body {
  color: #2E2E2E !important;
}
html .custom-bg-primary {
  background-color: #71b34b !important;
}
:root {
  --primary-color: #71B34B !important; /* Define a root variable for primary color */
  --secondary-color: #452B6D;
  --navbar-primaryColor: #71b34b !important;
}
/*scroll to top*/
html .scroll-to-top.visible {
  display: none;
}
p a, span a, #form_content a{
    color: #71B34B !important;
}
p {
    color: #000000;
  
    font-size: 17px;
 
    font-family: "Poppins", sans-serif;
    opacity: 0.8;
}
.single-item p{
	font-weight: 200;
}
.tb-color1, .tb-color2, .tb-color3{
	 background-color: #71b34b !important;
}
.padding-inner{
	padding-top:50px;
	padding-bottom:100px;
	min-height: 85vh;
}
.site-button {
    color: #ffffff ! IMPORTANT;
    background-color: #71b34b !important;
}
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #db296b;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
/*end scroll to top*/
.logo-main {
  background: #fff;
  height: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 100% !important;
  }
}
h1, h4 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
/*Babas neue*/
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*end Babas neue*/
/*nav*/
#header .header-nav-main nav > ul > li > a {
  font-size: 17px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: none !important;
}
#header {
  box-shadow: 0px 5px 10px 0px #555555 !important;
}
.logo-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 37px;
  color: #000 !important;
  position: relative;
  top: 5px;
  padding: 0px 15px 0px 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
/*nav ends*/
/*Hero-banner-starts*/
.hero-image {
  height: 100%;
}
.hero-image-container {
  height: 497px;
  background-image: url('/ncoe/careers/2026/images/sitelook/EFC2026HEROIMAGE.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
.header-nav-bar.custom-bg-primary {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.hero-butt {
  font-weight: 400;
  margin-top: 20px;
  text-decoration: none;
  color: white;
  font-size: 1em;
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  padding: 10px 20px;
  letter-spacing: .3em;
  transition: padding .1s;
}
.hero-butt:hover {
  padding: 20px 30px;
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 2em;
  }
  .hero-p {
    font-size: .8em;
  }
}
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.5em;
  }
  .hero-p {
    padding: 10px 20px 10px 20px;
    font-size: .7em;
  }
}
/*@media (max-width: 768px) {
  .hero-image-container {
    height: 155px;
  }
}*/
/*ens-hero banner*/
/*event-section-*/
.event-sec {
  background-image: url('/ncoe/careers/2026/images/sitelook/conference-bgbanner.png');
  height: 900px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  margin-top: -89px;
  z-index: 1;
}
.event-title {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 200px 0px 0px 0px;
}
.event-location {
  font-size: 24px;
  display: flex;
  line-height: 40px;
  margin-top: 2rem;
}
.event-location i {
  margin-top: 5px;
  color: #71b34b;
}
/*end---event-section-*/
/*Aboutus-sec*/
.Aboutus-sec {
  background-color: var(--secondary-color);
  padding: 170px 0px 170px 0px;
}
.Aboutus-sec h1 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 54px;
  margin-top: 60px;
}
.Aboutus-sec p {
  color: #aeaeae;
  line-height: 40px;
  font-size: 17px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  opacity: 0.8;
}
a.ml-1.learnmore-btn {
  text-decoration: underline !important;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  opacity: 0.9 !important;
}
/*end--aboutus-sec*/
/*speaker-section-*/
.speaker-sec {
  background-image: url('/ncoe/careers/2025/images/sitelook/speakers-bgbanner.png');
  background-repeat: no-repeat;
}
.speaker-sec h1, .sponsor-sec h1 {
  text-align: center;
  font-weight: 400;
  background-repeat: no-repeat;
  padding: 120px 0px 60px 0px;
  font-size: 50px;
}
.event-location {
  font-size: 24px;
  display: flex;
  line-height: 40px;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site-heading h2 span {
  color: #ff5a6e;
}
.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.site-heading h2 span {
  color: #ff5a6e;
}
.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
.team-area .single-item {
  padding: 30px;
}
.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}
.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}
.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}
.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.team-area .item .thumb .overlay p {
  color: #ffffff;
}
.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-area .item:hover .thumb img {
  opacity: .6;
}
.team-area .item .thumb .social li {
  display: inline-block;
}
.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px 20px 30px;
  position: relative;
  text-align: center;
  z-index: 9;
  border-radius: 0px 0px 30px 30px;
}
.team-area .info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.team-area .info span {
  color: #ff5a6e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.team-area .social li.twitter a {
  background-color: #00b6f1;
}
.team-area .social li.pinterest a {
  background-color: #bd081c;
}
.team-area .social li.facebook a {
  background-color: #3b5998;
}
.team-area .social li.google-plus a {
  background-color: #df4a32;
}
.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}
.team-area .social li.instagram a {
  background-color: #cd486b;
}
/*end---speaker-section-*/
/*blog-sec*/
.blog-sec {
  background-color: var(--secondary-color);
  padding: 130px 0px 100px 0px;
  margin-top: 100px;
}
.blog-sec h4 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.blog-sec p {
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  padding: 0px 15px 0px 15px;
  opacity: 0.8;
}
.blog-sec h1 {
  color: #fff;
  text-align: center;
  font-size: 87px;
  font-weight: 400;
}
/*end--blog-sec*/
/*sponsor-section-*/
.sponsor-sec {
  background-image: url('/ncoe/careers/2025/images/sitelook/sponsors-bgbanner.png');
  height: 535px;
  background-repeat: no-repeat;
  background-position: right top;
}
.slide img {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
}
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}
.slider {
  padding: 0em 2em 8em 2em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%)
  }
}
/*end---evsponsorent-section-*/
/*buttons*/
.button-65 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #DB2A6B;
  border-radius: 10px 10px 10px 0px;
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 55px;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}
.button-65:hover {
  background-color: #c51853;
  box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}
.button-65:hover:after {
  opacity: .5;
}
.button-65:active {
  box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform: translateY(2px);
  transition-duration: .35s;
}
.button-65:active:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .button-65 {
    padding: 15px 22px;
    width: 225px;
  }
}
/*footer--home*/
.home-footer {
  position: relative;
  background: var(--primary-color);
  width: 100%;
  bottom: 0;
  left: 0;
}
.home-footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #62a23e;
}
.home-footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
.home-footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details {
  color: #fff;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
.content .top .media-icons {
  display: flex;
}
.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1) {
  background: #e4f0de;
}
.top .media-icons a:nth-child(1):hover {
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2) {
  background: #e4f0de;
}
.top .media-icons a:nth-child(2):hover {
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3) {
  background: #e4f0de;
}
.top .media-icons a:nth-child(3):hover {
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4) {
  background: #e4f0de;
}
.top .media-icons a:nth-child(4):hover {
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5) {
  background: #e4f0de;
}
.top .media-icons a:nth-child(5):hover {
  color: #FF0000;
  background: #fff;
}
.home-footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease font-size: 17px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box {
  margin-right: 55px;
}
.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover {
  opacity: 1;
}
.home-footer .bottom-details {
  width: 100%;
  background: var(--primary-color);
}
.home-footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span, .bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a {
  margin-right: 10px;
}
@media (max-width: 900px) {
  .home-footer .content .link-boxes {
    flex-wrap: wrap;
  }
  .home-footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .home-footer {
    position: relative;
  }
  .content .top .logo-details {
    font-size: 26px;
  }
  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .home-footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }
  .home-footer .content .link-boxes .input-box {
    width: 60%;
  }
  .bottom-details .bottom_text span, .bottom-details .bottom_text a {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .home-footer::before {
    top: 145px;
  }
  .home-footer .content .top {
    flex-direction: column;
  }
  .content .top .media-icons {
    margin-top: 16px;
  }
  .home-footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }
  .home-footer .content .link-boxes .input-box {
    width: 100%;
  }
}
/*footer home end---*/
.footer-client {
  display: none !important;
}
section.section {
  padding: 0px !important;
}
.fa-twitter:before {
  filter: none !important;
}
.link-boxes .input-box input[type="button"] {
  background: #000000 !important;
}
.link-boxes .input-box input {
  border: 2px solid #71b34b;
  background: #e4f0de;
  color: #000;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .hero-image-container {
    height: 670px;
  }
  .event-title {
    font-size: 82px;
    line-height: 100px;
    letter-spacing: 1px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 200px 0px 0px 0px;
  }
}
@media (max-width: 430px) {
	.logo-text{
		font-size: 30px;
	}
	.sponsor-sec {
    background-image: url(/ncoe/careers/2025/images/sitelook/sponsors-bgbanner.png);
    height: 775px;
    background-repeat: no-repeat;
    background-position: right top;
}
  .hero-image-container {
    height: 155px;
  }
  .event-sec {
    background-image: url('/ncoe/careers/2026/images/sitelook/mobile-eventbanner.png');
    height: 945px;
    position: relative;
    margin-top: -89px;
    z-index: 1;
    background-position: center;
  }
  .event-title {
    font-size: 40px;
    line-height: 50px;
    padding: 155px 15px 0px 15px;
  }
  .event-location {
    font-size: 16px;
    display: flex;
    line-height: 32px;
    margin-top: 20px;
    padding: 0px 15px 0px 15px;
  }
  .about-us-img {
    height: 350px;
    width: 350px;
  }
}
@media (min-width:500px) and (max-width:599px) {
	 .event-sec {
    background-image: url('/ncoe/careers/2026/images/sitelook/mobile-eventbanner.png');
    height: 1200px;
    position: relative;
    margin-top: -89px;
    z-index: 1;
    background-position: center;
  }
	}
@media (min-width:600px) and (max-width:801px) {
  .hero-image-container {
    height: 325px;
  }
  .event-sec {
    background-image: url('/ncoe/careers/2026/images/sitelook/mobile-eventbanner.png');
    height: 945px;
    position: relative;
    margin-top: -89px;
    z-index: 1;
    background-position: center;
  }
  .event-title {
    font-size: 35px;
    line-height: 55px;
    padding: 155px 15px 0px 15px;
  }
  .event-location {
    font-size: 16px;
    display: flex;
    line-height: 32px;
    margin-top: 20px;
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width:801px) and (max-width:1025px) {
  .hero-image-container {
    height: 335px;
  }
  .event-sec {
    background-image: url('/ncoe/careers/2026/images/sitelook/mobile-eventbanner.png');
    height: 945px;
    position: relative;
    margin-top: -89px;
    z-index: 1;
    background-position: center;
  }
  .event-title {
    font-size: 35px;
    line-height: 55px;
    padding: 155px 15px 0px 15px;
  }
  .event-location {
    font-size: 16px;
    display: flex;
    line-height: 32px;
    margin-top: 20px;
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width:1026px) and (max-width:1200px) {
	.location-width{
		    width: 250px;
	}
}
@media (min-width:1201px) and (max-width:1500px) {
	.location-width{
		    width: 450px;
	}
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #452b6d !important;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #452b6d;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    background: #452b6d;
  }
  #header .header-nav-main nav > ul > li {
    line-height: 10px !important;
  }
	    #header .header-nav-bar {
      
        height: 106px !important;
    }
	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a{
		background-color:#452b6d !important;
	}
}
@media (max-width: 991px) {
	
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: #71b34b !important;
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #000000 !important;
  }
	#sc-form-signin.sc-flex-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;

	}
}