/***
Login page
***/

/* logo page */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Wendy+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

.form-container {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  -webkit-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  background: #2d3746 !important;
  padding: 15px;
}

#form-wrapper .formC-row label {
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-align: left;
}

#form-wrapper .defaultForm {
  width: 520px;
  padding: 24px 24px;
  border: 1px solid transparent !important ;
  box-shadow: 0 0 10px #999;
  border-radius: 10px;
  margin: -24px auto 0;
  position: relative;
  background: #2d3746 !important;
}

#form-wrapper .banner {
  /* background: #ef3429 !important;
   */
  /*background: linear-gradient(
    90deg,
    rgba(255, 168, 1, 1) 0%,
    rgba(247, 53, 158, 1) 25%,
    rgba(189, 28, 171, 1) 50%,
    rgba(35, 129, 209, 1) 75%,
    rgba(7, 202, 240, 1) 100%
  ) !important ;*/
  height: 102px;
  position: relative;
  text-align: center;
}

#form-wrapper .maventra .banner {
    /* background: #ef3429 !important;
   */
    background: linear-gradient(
    90deg,
    rgba(255, 168, 1, 1) 0%,
    rgba(247, 53, 158, 1) 25%,
    rgba(189, 28, 171, 1) 50%,
    rgba(35, 129, 209, 1) 75%,
    rgba(7, 202, 240, 1) 100%
  ) !important ;
    height: 102px;
    position: relative;
    text-align: center;
}

#form-wrapper .formC-row .input {
  background: #e8e8e8 !important;
  border: 1px solid #c2c2c2;
  color: #333;
  float: left;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0px;
  padding: 10px;
  width: 100%;
}
#form-wrapper .kaefer-login .formC-row label {
  font-weight: 600;
  /* position: relative;
    top: 9px; */
}

#form-wrapper .kaefer-login .formC-row input {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding-left: 35px;
}
#form-wrapper .kaefer-login .formC-row input {
  outline: 0;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
#form-wrapper .kaefer-login .formC-row i.icon {
  position: absolute;
  top: 40px;
  left: 6px;
  font-size: 20px;
  color: #fff;
}
#form-wrapper .kaefer-login .formC-row input::placeholder {
  color: #d7d7d7 !important;
}
.login {
  background-color: #444 !important;
}

.login .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}

.login .content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.login .content h3 {
  color: #000;
}
.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .input-icon {
  border-left: 2px solid #35aa47 !important;
}

.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300 !important;
  margin-bottom: 25px !important;
  font-size: 18px !important;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px 3px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 11px;
}
.hideondesktop {
  display: none !important;
}
@media (max-width: 480px) {
  body {
    /* background: url(https://www.acilearning.com/static/375aa51fa3ac6123b2eb5761d65f3e35/139dc/background.png); */
    /* background-size: contain; */
    /* background-position: bottom; */
  }

  body .appmaven {
    background: url(https://www.acilearning.com/static/375aa51…/139dc/background.png) !important;
    background-size: contain;
    background-position: bottom;
  }

  body .appmaven .maventra_banner {
    display: none;
  }
  body #form-wrapper .appmaven .logoWrapper {
    top: 0;
  }
  body #form-wrapper .appmaven .defaultForm {
    width: 100% !important;
    top: 0;
  }

  body .appmaven div#content {
    height: auto;
  }

  body .appmaven .container {
    padding: 0;
  }

  body #form-wrapper .appmaven .copyright {
    width: 100%;
    top: 0;
  }

  body #form-wrapper .appmaven .form-container {
    padding: 11px 15px;
  }

  body #form-wrapper .appmaven .language-selection {
    right: -116px;
    top: -23px;
  }

  body #form-wrapper.appmaven #content {
    top: -30px;
  }
  /***
  Login page
  ***/

  .tnasdcl.reprosci span.kaefer_tagline {
    padding: 35px 10px 0 !important;
  }
  .tnasdcl.reprosci img.image-responsive.bgimg2 {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    margin-bottom: 7px;
    margin-top: 15px;
  }
  .tnasdcl.reprosci .kaefer-login .klogin-sec.desk .kright-sec {
    padding-top: 15px !important;
  }
  .dgmindia .copyright_kaefer {
    bottom: 0 !important;
  }
  .tnasdcl .kaefer-login .klogin-sec.desk .kright-sec {
    margin: 0;
    border-radius: 0 !important;
    background: #393186;
    text-align: center;
    color: #fdfdfd;
    position: relative;
    height: 480px !important;
  }
  .kaefer-login .klogin-sec.desk .bg-img {
    margin-bottom: 40px !important;
  }
  .hideondesktop {
    display: block !important;
  }
  .showondesktop {
    display: none !important;
  }
  .learninglabs .kaefer-login .klogin-sec.desk .kright-sec .ksec-two {

    height: 55vh !important;
    border: 0 !important;
}
  .dgm {
    border-top-left-radius: 0px !important;
    min-height: 68vh !important;
  }
  .dgmindia .kaefer-login .klogin-sec.desk .kright-sec {
    height: 559px !important;
  }
  .dgm h1 {
    font-family: "Poppins", sans-serif;
    font-size: 3rem !important;
    text-align: left;
    color: #358777;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px !important;
    /* margin-top: 0; */
  }
  img.image-responsive.bgimg1 {
    width: 90% !important;
    margin: 15px !important;
  }
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    padding: 20px;
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
  .degreetodestiny img.repro_fav{
    margin-top: 0 !important;
  }
  .learninglabs img.repro_fav{
    margin-top: 0 !important;
    position:relative;
    top:20px !important;
  }
}

/*New Login Page css 11-01-2021*/
#form-wrapper .basictext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
}
#form-wrapper .orange {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ec6f2d;
  font-weight: normal;
}
#form-wrapper .linktext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #00a2e0;
  font-weight: normal;
}
#form-wrapper .logintext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  line-height: 20px;
}
#form-wrapper .formtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #50235a;
}
#form-wrapper .frmfldclass {
  font-size: 13px;
  font-weight: normal;
  text-indent: 3px;
  color: #666;
  font-family: Verdana, Geneva, sans-serif;
}
#form-wrapper .logoWrapper {
  text-align: center;
}
#form-wrapper .logoWrapper .logo a {
  display: inline-block;
  padding: 0 0 15px;
  margin: 0 0 0px;
}
#form-wrapper .plaintext {
  font-size: 12px;
  font-weight: normal;
  text-indent: 0px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
#form-wrapper .copyright img {
  height: 60px;
  object-fit: contain;
}
#form-wrapper .thintext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#form-wrapper .blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0a689b;
  text-decoration: underline;
}
#form-wrapper .thinlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2241b2;
  text-decoration: none;
}

#form-wrapper .linttext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  text-decoration: none;
}

#form-wrapper {
  margin: 15px auto 0;
  width: 100%;
}
#form-wrapper .defaultForm {
  width: 520px;
  padding: 24px 24px;
  /* border: 1px solid #ddd;
  box-shadow: 0 0 10px #999; */
  border: 1px solid #2d3746;
  box-shadow: 0 0 10px #2d3746;

  border-radius: 10px;
  margin: -24px auto 0;
  position: relative;
  /* background: #fff; */
  background: #2d3746;
}

#form-wrapper .banner {
  /* background: #1e0466; */
  background-color: #ef3429;
  height: 102px;
  position: relative;
  text-align: center;
}
#form-wrapper .banner h1 {
  color: #fff;
  font-size: 31px;
  font-weight: 300;
  padding: 33px 0 0;
  font-family: "KAEFER-Copy", Verdana, sans-serif;
}
#form-wrapper #content {
  padding: 0;
}
#form-wrapper .form-container {
  position: relative;
  box-shadow: none;
  background: #2d3746 !important;
  padding: 10px 10px 0 20px;
}

#form-wrapper .formC-row {
  margin: 0 0 10px;
  position: relative;
}
#form-wrapper .formC-row label {
  /* color: #757575; */
  color: #dfdfdf;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-align: left;
}
#form-wrapper .formC-row .input {
  border: 1px solid #c2c2c2;
  color: #333;
  float: left;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0px;
  padding: 10px;
  width: 100%;
}

.field-validation-valid {
  display: none;
}

#form-wrapper .formC-row #LoginBtn {
  background: #ef2979 !important;
  font-weight: 900;

  border: 0 none;
  border-radius: 8px !important;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 51px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}


.login-degreetodestiny {
    background: #0a3481 !important;
    color: #fff !important;
}
.login-maventra {
    background: #ef2979 !important;
    color: #fff !important;
}

.login-kaefer {
    background: #ef3429 !important;
    color: #fff !important;
}

.login-dgmindia {
    background: #206a5c !important;
    color: #fff !important;
}

.login-tnasdcl {
    background: #7365ff !important;
    color: #fff !important;
}

.login-reprosci {
    background: #ff8e32 !important;
    color: #fff !important;
}

.login-learninglabs {
    background: #004c92 !important;
    color: #fff !important;
}

#form-wrapper .kaefer-login .formC-row #KaeferLoginBtn,
#form-wrapper .kaefer-login .formC-row #LoginBtn {
  background: #ef3429 !important;
  border: 0 none;
  border-radius: 8px !important;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 51px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#form-wrapper .clear {
  clear: both;
}

#form-wrapper .copyright img {
  height: 60px;
  object-fit: contain;
}

#form-wrapper .span-frwd {
  /* color: #7c858c; */
  /*  color: #dfdfdf;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin: -10px 0 15px;*/

  color: #dfdfdf;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 15px;
  text-align: center;
}
#form-wrapper .span-frwd a {
  /* color: #f15622; */
  color: #db2974;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
#form-wrapper .span-frwd a:hover {
  text-decoration: underline;
}

#form-wrapper .header-main {
  padding: 0px 0 0 0;
}
#form-wrapper .navLinks {
  float: right;
  margin: 35px 65px 0 0;
}
#form-wrapper .navLinks li {
  float: left;
  list-style: outside none none;
}
#form-wrapper .navLinks li a {
  color: #b0b8bd;
  font-size: 16px;
  text-decoration: none;
  margin: 0 25px 0 0;
}
#form-wrapper .navLinks li a:hover {
  border-bottom: 3px solid #f6a50a;
  color: #f6a50a;
  padding: 0 0 30px;
}
#form-wrapper .copyright {
  font-family: arial;
  font-size: 14px;
  padding: 0px 0 10px 0;
  width: 460px;
  margin: 0 auto;
  text-align: center;
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0; */
  color: #fff;
}
#form-wrapper .language-selection select {
  border: 2px solid #757575;
  border-radius: 10px !important;
  color: #757575;
  font-family: arial;
  font-size: 14px;
  padding: 3px 40px 3px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: #fff url("../../../../Images/maventra/images/NewDownArrow.jpg")
    no-repeat scroll 78px 9px;
  outline: none;
  background-size: 14px;
}
#form-wrapper select::-ms-expand {
  display: none;
}

#form-wrapper .language-selection {
  position: absolute;
  top: 36px;
  right: 20px;
}
#form-wrapper .copyright p {
  color: #606b73;
  /* float: right;*/
  font-weight: 400;
  margin: 15px 0 0;
  letter-spacing: 0.03em;
  padding-top: 0px;
}
#form-wrapper .ssoBox {
  margin: 20px 0 0;
  text-align: center;
}
#form-wrapper .ssoBox p {
  /* color: #7c858c; */
  color: #dfdfdf;
  font-size: 14px;
}
#form-wrapper .ssoBox a {
  color: #e63719;
  font-weight: bold;
  text-decoration: none;
}
#form-wrapper .ssoBox a:hover {
  text-decoration: underline;
}

@media all and (max-height: 550px) {
  .tnasdcl .kaefer-login .klogin-sec.desk .kright-sec {
    height: auto !important;
  }
}
@media all and (max-width: 1024px) {
  #form-wrapper .header-main {
    padding: 20px 0 0 0;
    position: relative;
  }

  #form-wrapper .language-selection {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 110px;
    position: static;
  }
  #form-wrapper .banner h1 {
    font-size: 26px;
    padding: 20px 0 0;
  }
  #form-wrapper .banner {
    height: 140px;
  }
  #form-wrapper .copyright {
    padding: 50px 0 10px;
  }
}
@media all and (max-width: 570px) {
  .orbtn {
    position: absolute;
    top: 461px !important;
    left: 0;
    right: 0;
  }
  #form-wrapper .defaultForm {
    width: unset !important;
    margin-top: -19px !important;
  }
  #form-wrapper .defaultForm.loginsso {
    margin-top: 50px !important;
  }
  #form-wrapper .copyright p {
    padding-top: 0 !important;
  }
  #form-wrapper .language-selection {
    float: none;
    text-align: center;
    margin: 20px 0 20px;
    width: 100%;
  }
  #form-wrapper .header-main {
    padding: 0px 0 0 0;
    position: relative;
  }
  #form-wrapper .banner {
    height: auto;
    padding: 10px 0 20px;
  }
  #form-wrapper .banner h1 {
    font-size: 24px;
    padding: 10px;
  }
  #form-wrapper #defaultForm {
    width: 90%;
    margin: 20px auto 0;
  }
  #form-wrapper .copyright {
    padding: 20px 0 10px;
    width: 90%;
  }
  #form-wrapper .copyright img {
    width: 90%;
    height: 60px;
    object-fit: contain;
  }
}
a.backtologin {
  color: #f15622;
  font-weight: bold;
  text-align: center;
  display: block;
}
#LoginBtnsso {
  /* background: #1e0466; */
  background: #ef3429;
  border: 0 none;
  border-radius: 7px !important;
  color: #fff;
  cursor: pointer;
  font-family: calibri;
  font-size: 18px;
  height: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding-top: 8px;
}
#LoginBtnsso:hover {
  text-decoration: none;
}
.orbtn {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
}
#form-wrapper .defaultForm.loginsso {
  margin-top: 112px;
}
a#LoginBtnsso i {
  /* color: #f15622; */
  color: #fff;
  font-size: 21px;
  padding: 5px 5px 0;
}
#form-wrapper .defaultForm.loginsso .formC-row {
  margin-bottom: 0;
}
.Admin_login {
  margin-top: 10px;
}
/*End of new login css*/

/*1st july login screen new css*/
kaefer-login .row.klogin-sec {
  max-width: 500px;
  margin: 50px auto;
  border: 1px solid #c8cddc;
  border-radius: 10px;
  background: #f2f2f2;
}

.kaefer-login .kmob .kright-sec {
  background: #f2f2f2;
  padding: 30px 50px;
  color: #fdfdfd;
  border-radius: 10px;
  text-align: center;
  width: 450px;
  margin: 50px auto;
  border: 2px solid #c3c8d4;
  box-shadow: 0 0 10px 5px #9ba7b917;
}

img.image-responsive.bgimg1 {
  width: 28vw;
  margin: 0px auto;
  text-align: center;
  display: table;
  margin-top: 35px;
}

.kaefer-login .kmob .kright-sec h5 {
  font-family: "Wendy One", sans-serif;
  font-size: 35px;
  margin-bottom: 0;
}

.kaefer-login .kmob .kright-sec input.form-control {
  border-radius: 2px;
  height: 40px;
  font-size: 13px;
  margin-bottom: 20px;
}

.kaefer-login .kmob .kright-sec button.btn.btn-primary {
  background: #ef3429;
  border: transparent;
  font-size: 13px;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 2px;
  margin: 100px 0 0;
}

.kaefer-login .kmob .kright-sec button.btn.btn-default {
  width: 100%;
  background: #fdfdfd;
  border-radius: 2px;
  font-size: 13px;
  height: 40px;
}

.kaefer-login .kmob .kright-sec .kor p {
  margin: 20px 0;
}

.kaefer-login .kmob .kright-sec {
  padding: 0;
}

.kaefer-login .kmob .kright-sec p {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0;
}

.kaefer-login .kmob .kright-sec a {
  color: #fdfdfd;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 100px;
  display: block;
  margin-top: 20px;
}

.kaefer-login .kmob .kright-sec .mob-login-cnt {
  padding: 30px;
  background: #2d3746;
  border-radius: 0 0 10px 10px;
}

.kright-sec button.btn.btn-primary .fa {
  font-size: 14px;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.kaefer-login .kmob .kright-sec .mob-login-cnt .kdesk-footer p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.kaefer-login .kmob .kright-sec img.image-responsive.bgimg2 {
  position: relative;
}

.kaefer-login .kmob .kright-sec img.image-responsive.bgimg2,
.kaefer-login .kmob .kright-sec .bg-img {
  position: relative;
}

.kaefer-login .kmob .kright-sec .bg-img:after {
  position: absolute;
  content: "";
  background: #2d37466e;
  width: 300px;
  height: 200px;
  left: 73px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}

/*-----for Desktop----*/

.kaefer-login .kright-sec.desk {
  background: #2d3746;
  padding: 60px 50px;
  color: #fdfdfd;
  border-radius: 0px 10px 10px 0;
  text-align: center;
}

.kaefer-login .kmob img.image-responsive.bgimg2 {
  border-radius: 5px;
  position: relative;
  width: 300px;
  margin-bottom: 20px;
}

.kaefer-login .klogin-sec.desk .kright-sec p {
  font-size: 23px;
  font-weight: 600;
  margin-top: 50px;
  letter-spacing: 1px;
}

/* .kaefer-login .klogin-sec.desk .kright-sec a {
	font-size: 15px;
	color: #fdfdfd;
	text-decoration: underline;
	display: block;
} */

.kaefer-login .klogin-sec.desk .bg-img {
  margin-bottom: 15px;
  position: relative;
}

.klogin-sec .bg-img::after {
  /* position: absolute; */
  /* content: ''; */
  width: 100%;
  height: 100%;
  /* background: #2d374694; */
  z-index: 1;
  left: 0;
  border-radius: 10px;
}

.kaefer-login {
  width: 100%;
  margin: 0 auto;
}

.kaefer-login .klogin-sec.desk {
  max-width: 100%;
  box-shadow: 0 0 10px 5px #b1b8c161;
  margin: 0px;
  border: 1px solid #ebecf1;
  border-radius: 10px;
  background: #f2f2f2;
}

.kaefer-login .klogin-sec.desk .kright-sec {
  margin: 0;
  border-radius: 0px 10px 10px 0;
  background: #2d3746;
  text-align: center;
  color: #fdfdfd;
  position: relative;
  height: 95vh;
}

.kaefer-login .klogin-sec.desk .kright-sec a.btn.btn-primary {
  background: #ef3429;
  border: transparent;
  font-size: 17px;
  width: 93%;
  height: 51px;
  border-radius: 8px;
  margin: 6px auto;
  line-height: 35px;
  text-decoration: none;
}

.kaefer-login .klogin-sec.desk .kright-sec .ksec-two a.btn.btn-primary {
  width: 100%;
  margin: 15px 0 0;
}

.kaefer-login .klogin-sec.desk .kright-sec form {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*------next page---*/
.kaefer-login .kright-sec h5 {
  font-family: "Wendy One", sans-serif;
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fdfdfd;
  margin-top: 30px;
}

.kaefer-login .klogin-sec.desk .kright-sec .ksec-two p {
  margin: 0px 0 0px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

.kaefer-login .kright-sec form.klogin-form input.form-control {
  border-radius: 2px;
  height: 40px;
  font-size: 13px;
  margin-bottom: 20px;
}

.kaefer-login
  .klogin-sec.desk
  .kright-sec
  .ksec-two
  form.klogin-form
  button.btn.btn-primary {
  background: #ef3429;
  border: transparent;
  font-size: 14px;
  height: 46px;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #fdfdfd;
  width: 100%;
}

#form-wrapper .kaefer-login .klogin-sec.desk .kright-sec .defaultForm {
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  position: relative !important;
  top: 0;
  transform: none;
  left: 0;
  box-shadow: none !important;
}

@media (max-width: 570px) {
  .kaefer-login {
    width: auto;
  }
  .kaefer-login .klogin-sec.desk .kright-sec p {
    padding: 20px 0;
    margin: 0;
  }
  .kaefer-login .klogin-sec.desk .kright-sec form {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding: 30px 0;
  }
  .kaefer-login .klogin-sec.desk .kright-sec {
    position: relative;
    height: auto;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .kaefer-login .klogin-sec.desk {
    margin-bottom: 0;
  }

  .kaefer-login .klogin-sec.desk .kright-sec .kor p {
    padding: 0;
  }

  .kaefer-login .kright-sec h5 {
    margin-top: 0;
    padding-top: 20px;
  }
  .kaefer-login .klogin-sec.desk .kright-sec .ksec-two p {
    padding: 5px 0;
  }
}
/*1st july login screen new css*/
span.kaefer_tagline {
  font-style: italic;
  font-size: 19px;
  padding-top: 11px;
  display: block;
  font-weight: 500;
  color: #525a66;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-family: "Nunito", sans-serif !important;
}

a.login_admin {
  color: #fff;
  margin-top: 21px;
  display: block;
  font-size: 17px;
}

img.image-responsive.bgimg2 {
  height: 401px;
  width: 100%;
  object-fit: cover;
}

.copyright_kaefer {
  position: absolute;
  bottom: 0;
  font-size: 8px;
  text-align: center;
  width: 100%;
}
.copyright_kaefer p {
  font-size: 12px !important;
  text-align: center;
  font-weight: normal !important;
}
.kor {
  margin: 30px 0;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
}
.carousel-inner > .item > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.carousel-inner > .item,
.carousel-inner > .item.active {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
    -o-transform 0.3s ease-in-out;
}
/*DGM*/
#form-wrapper .dgmindia .formC-row .input {
  background: transparent !important;
  color: #0a4d41 !important;
  border: 0;
  border-bottom: 1px solid #206a5c;
  font-size: 16px;
  padding-left: 35px;
}
#form-wrapper .dgmindia .formC-row i {
  position: absolute;
  left: 6px;
  color: #69c146;
  top: 40px;
  font-size: 20px;
}

#form-wrapper .dgmindia .formC-row label {
  font-weight: 600;
  color: #0d5245 !important;
}
.dgm h1 {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  text-align: left;
  color: #358777;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  /* margin-top: 0; */
}

.dgm {
  /*--background: linear-gradient(180deg, #50b948, #106a5c);
	background: url("../../../../Images/maventra/images/spotlight_BG_Gradient.png");--*/
  /* min-height: 62.5rem; */
  padding: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: url(../../../../Images/spotlight_BG_Gradient.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.dgmmain .col-md-7 {
  padding: 0;
}

.dgm p {
  line-height: 3rem;
  font-size: 1.8rem;
  text-align: left;
}

.dgm_button {
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-bottom: 0;
  text-align: left;
}

.dgm_button a {
  margin: 0;
  outline: 0;
  text-decoration: none;
  line-height: 1.7em !important;
  border: 2px solid;
  position: relative;
  color: #fff !important;
  display: inline-block;
  background-color: #50b948;
  border-width: 0px !important;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 12px 23px;
}

.dgm_button:after {
  content: ">>";
  background-color: #2872af;
  display: inline-block;
  margin-left: -9px;
  z-index: 9999;
  position: absolute;
  padding: 13.5px 13px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #f0f5f9;
  font-size: 27px;
}

a.text-success.otpget {
  text-align: left;
  padding: 0px 3px 19px;
  float: left;
  font-weight: 600;
  color: #50b948;
  letter-spacing: 0.05em;
}

#form-wrapper .dgmindia .formC-row #LoginBtn {
  background: #206a5c !important;
  border: 0 none;
  border-radius: 7px !important;
  color: #fff;
  cursor: pointer;
  font-family: calibri;
  font-size: 18px;
  height: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#form-wrapper .dgmindia .ssoBox a {
  color: #50b948;
  font-weight: bold;
  text-decoration: none;
}
.dgmindia .kaefer-login .klogin-sec.desk .kright-sec {
  margin: 0;
  border-radius: 0px 10px 10px 0;
  background: #fff;
  text-align: center;
  color: #383838;
  position: relative;
  height: 95vh;
}

#form-wrapper .dgmindia .formC-row label {
  display: block;
  font-size: 14px;

  margin: 0 0 10px;
  text-align: left;
}
#form-wrapper .dgmindia .form-container {
  position: relative;
  box-shadow: none;
  background: #fefefe !important;
  padding: 10px 10px 0 20px;
}
.dgmindia .kaefer-login .klogin-sec.desk {
  max-width: 100%;
  box-shadow: 0 0 10px 5px #b1b8c161;
  margin: 0px;
  border: 1px solid #ebecf1;
  border-radius: 10px;
  background: #fefefe;
  margin-bottom: 20px;
}
#form-wrapper .dgmindia .defaultForm {
  width: 520px;
  padding: 24px 24px;
  border: 0px solid transparent !important;
  box-shadow: 0 0 10px #999;
  border-radius: 10px;
  margin: -24px auto 0;
  position: relative;
  /* background: #2D3746 !important; */
}
#form-wrapper .dgmindia .ssoBox p {
  color: #7c858c;
  /* color: #dfdfdf; */
  font-size: 14px;
}
.dgmindia .copyright_kaefer {
  position: absolute;
  bottom: -40px;
  font-size: 8px;
  text-align: center;
  width: 100%;
}
.dgmindia img.image-responsive.bgimg1 {
  width: 300px;
  margin: 0px auto;
  text-align: center;
  display: table;
  margin-top: 35px;
}
.dgmindia .dgmpreview {
  height: 337px;
  /* float: right; */
  margin: 0 auto;
  object-fit: cover;
}

.tnasdcl .kaefer-login .klogin-sec.desk .kright-sec {
  margin: 0;
  border-radius: 0px 10px 10px 0;
  background: #393186;
  text-align: center;
  color: #fdfdfd;
  position: relative;
  height: 100vh;
}
.tnasdcl #form-wrapper .ssoBox p {
  /* color: #7c858c; */
  color: #fdfdfd;
  font-size: 14px;
}
#form-wrapper .tnasdcl .form-container {
  position: relative;
  box-shadow: none;
  background: #393186 !important;
  padding: 10px 10px 0 20px;
}

#form-wrapper .tnasdcl .kaefer-login .klogin-sec.desk .kright-sec .defaultForm {
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  position: relative !important;
  top: 0;
  transform: none;
  left: 0;
  box-shadow: none !important;
  border: 0 !important;
}

#form-wrapper .tnasdcl .formC-row #LoginBtn,
#form-wrapper .tnasdc#ffffffC-row #KaeferLoginBtn {
  background: #ffffff !important;
  border: 0 none;
  border-radius: 8px !important;
  color: #393183;
  cursor: pointer;
  font-size: 17px;
  height: 51px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#form-wrapper .tnasdcl .ssoBox a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.tnasdcl img.image-responsive.bgimg2 {
    height: 50vh;
    width: 100%;
    object-fit: contain;
}

.tnasdcl .kaefer-login .klogin-sec.desk {
  max-width: 100%;
  box-shadow: 0 0 10px 5px #b1b8c161;
  margin: 0px;
  border: 1px solid #ebecf1;
  border-radius: 10px;
  background: #ffffff;
}

.tnasdcl span.kaefer_tagline {
  font-style: italic;
  font-size: 19px;
  padding-top: 11px;
  display: block;
  font-weight: 500;
  color: #525a66;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-family: "Nunito", sans-serif !important;
}

.tnasdcl .bg-img span {
  font-size: 12px;
  display: block;
  margin-top: 6px;
}

.dgmindia .text-white,
.dgmindia .text-white:hover {
  color: #000;
}

.dgmindia a.text-white b {
  color: #000;
}

.text-white,
.text-white:hover {
  color: #fff;
}

a.text-white b {
  color: #fff;
}

#form-wrapper .maventra img {
  border: 0 none;
  margin: 0 0 10px;
}
input#LoginBtn:disabled {
  opacity: 0.9;
  cursor: no-drop !important;
}

span.required {
  color: #ef3429;
  font-size: 16px;
}

/*reprosci*/
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/bentonsans-regular.eot") format("embedded-opentype"),
    url("../fonts/bentonsans-regular.woff") format("woff"),
    url("../fonts/bentonsans-regular.ttf") format("truetype"),
    url("../fonts/bentonsans-regular.svg") format("svg");
}

@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bentonsans-regular.eot") format("embedded-opentype"),
    url("../fonts/bentonsans-regular.woff") format("woff"),
    url("../fonts/bentonsans-regular.ttf") format("truetype"),
    url("../fonts/bentonsans-regular.svg") format("svg");
}

@font-face {
  font-family: BentonSans;
  font-style: bold;
  font-weight: bold;
  src: url("../fonts/bentonsans-regular.eot") format("embedded-opentype"),
    url("../fonts/bentonsans-regular.woff") format("woff"),
    url("../fonts/bentonsans-regular.ttf") format("truetype"),
    url("../fonts/bentonsans-regular.svg") format("svg");
}

.tnasdcl.reprosci {
  font-family: BentonSans !important;
}
.tnasdcl.reprosci img.image-responsive.bgimg2 {
  height: 45vh;
  width: 100%;
  object-fit: contain;
  margin-bottom: 7px;
}
.reprosci img.image-responsive.bgimg1 {
  width: unset;
  display: inline-block;
  float: left;
}
.reprosci img.image-responsive.bgimg1.img2 {
  width: 39%;
  float: right;
}
.tnasdcl.reprosci span.kaefer_tagline {
  padding-top: 35px;

  margin-bottom: 20px;
}
.tnasdcl.reprosci .kaefer-login .klogin-sec.desk .kright-sec {
  background: #750aab;
}
#form-wrapper .reprosci .formC-row {
  margin: 0 0 25px;
  position: relative;
}
#form-wrapper .tnasdcl.reprosci .form-container {
  position: relative;
  box-shadow: none;
  background: #750aab !important;
  padding: 10px 10px 0 20px;
  /* font-family: BentonSans !important; */
}
#form-wrapper .tnasdcl .formC-row .input {
  border-bottom: 1px solid #c2c2c2 !important;
  color: #fff;
  float: left;
  font-size: 15px;
  border: 0;
  font-weight: 300;
  margin: 0 0 0px;
  padding: 10px 10px 10px 36px;
  width: 100%;
  background: transparent !important;
}
.reprosci .kaefer-login .klogin-sec.desk .kright-sec > p {
  border-bottom: 3px solid #ff8e32 !important;
  display: inline-block;
  padding: 0 8px 8px;
}
.tnasdcl .kaefer-login .klogin-sec.desk .kright-sec > p {
  margin-top: 0;
}
#form-wrapper .tnasdcl .formC-row .input:focus-visible {
  outline: 0;
  border-bottom: 1px solid #fff;
}

#form-wrapper .dgmindia .formC-row .input:focus-visible {
  outline: 0;
  border-bottom: 1px solid green;
}

#form-wrapper .tnasdcl.reprosci .formC-row #LoginBtn {
  background: #ff8e32 !important;
  color: #fff;
  font-size: 22px;
}
#form-wrapper
  .tnasdcl.reprosci
  .kaefer-login
  .klogin-sec.desk
  .kright-sec
  .defaultForm {
  background: #750aab !important;
}
.tnasdcl .formC-row i {
  position: absolute;
  left: 6px;
  top: 32px;
  font-size: 20px;
}
#form-wrapper .tnasdcl .formC-row .input::placeholder {
  color: #e1e1e1;
}
#form-wrapper .dgmindia .formC-row .input::placeholder {
  color: gray;
}
.reprosci label.label {
  font-family: "ROBOTO" !important;
  font-weight: 500 !important;
}
.tnasdcl label.label {
  font-size: 16px;
  padding-left: 0 !important   ;
  margin: 0 !important   ;
}
img.repro_fav {
  display: block;
  margin: 50px auto 0;
}
.reprosci a.text-white b {
  color: #fff;
  font-family: "Roboto";
  letter-spacing: 0.07rem;
}
.reprosci p.enquiry {
  margin-top: 10px !important;
  line-height: 1.5em;
}

.hostreprosci #form-wrapper .banner {
  background: #ff8e32 !important;
  height: 102px;
  position: relative;
  text-align: center;
}
.hostreprosci #form-wrapper .form-container {
  position: relative;
  box-shadow: none;
  background: #750aab !important;
  padding: 10px 10px 0 20px;
}

.hostreprosci #form-wrapper .formC-row #LoginBtn {
  background: #ff8e32 !important;
}
.hostreprosci #form-wrapper .defaultForm {
  background: #750aab !important;
}
.hostreprosci a.backtologin {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: block;
}
.hostreprosci #form-wrapper .copyright {
  font-family: arial;
  font-size: 14px;
  padding: 0px 0 10px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
}

#form-wrapper div.defaultmaventra .formC-row .input {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 35px;
  font-size: 16px;
  color: #fff;
}
#form-wrapper div.defaultmaventra .formC-row .input::placeholder {
  color: #eee;
}
#form-wrapper div.defaultmaventra .formC-row .input:focus {
  outline: 0;
  border-bottom: 1px solid #eee;
}

#form-wrapper div.defaultmaventra .formC-row label {
  font-weight: 600;
  position: relative;
  top: 9px;
}
#form-wrapper div.defaultmaventra .formC-row i {
  position: absolute;
  left: 6px;
  color: #fff;
  top: 40px;
  font-size: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
  background-color: transparent !important;
}

.appmaven div#content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 64px #9e9e9e;
  padding: 0;
  height: 95vh;
  position: relative;
  /* top: -24px; */
}
#form-wrapper .appmaven .copyright {
  position: relative;
  font-family: arial;
  font-size: 14px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  top: 40px;
}

#form-wrapper .appmaven .logoWrapper {
  text-align: left;
  /* position: relative; */
  margin: 10px 0 30px;
  /* top: -52px; */
}
#form-wrapper .appmaven .defaultForm {
  margin: 0;
  background: none !important;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  width: 39%;
  position: relative;
  top: -69px;
/*  height: 100%;*/
}
#form-wrapper .appmaven .language-selection {
  position: relative;
  top: -10px;
  right: 0;
}
#form-wrapper .appmaven .form-container {
  background: #fff !important;
  padding: 20px 20px;
  position: relative;
  top: 15px;
}

#form-wrapper .appmaven .formC-row label {
  color: #000 !important;
}

#form-wrapper .appmaven div.defaultmaventra .formC-row .input {
  color: #000 !important;
}

#form-wrapper .appmaven div.defaultmaventra .formC-row i {
  color: #000;
}

.appmaven .formC-row.text-left.text-white,
.appmaven .formC-row.text-left.text-white:hover {
  color: #000;
}

.appmaven .defaultmaventra .text-white {
  color: #000 !important;
}

.appmaven .defaultmaventra a.text-white b {
  color: #000 !important;
}

#form-wrapper .appmaven .span-frwd {
  color: #000000;
}

.appmaven .maventra_banner {
  width: 60%;
  display: inline-flex;
  height: 95vh;
  /* position: relative; */
  /* background: url("https://img.freepik.com/free-vector/abstract-pastel-futuristic-texture-background_53876-115746.jpg?w=740&t=st=1700819823~exp=1700820423~hmac=7ecc87d953ffff8fc5bc3354e0b069852d2657485a52eda817850f81daee87e0"); */
  background-size: cover;
  /* background: url(../../../../Images/gradient-minimalist.jpg); */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* background: url(); */
  background: radial-gradient(white, #ededed);
}

.appmaven .maventra_banner img {
  object-fit: contain;
  /* height: auto; */
  /* display: none; */
  width: 100%;
}

.appmaven h3 {
  color: #38272d;
  position: relative;
  top: 0;
}
.appmaven img.img-responsive.centerlogo {
  position: absolute;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.appmaven h3 span {
  color: #e91e63;
}
#form-wrapper .appmaven div.defaultmaventra .formC-row .input::placeholder {
  color: #000;
}
.degreetodestiny img.repro_fav {
  height: 140px;
  margin-top: 20px;
  object-fit: contain;
}
.degreetodestiny .kaefer-login .klogin-sec.desk .kright-sec{
  background: #0b2442;
}

#form-wrapper .degreetodestiny .form-container {
  background: #0b2442 !important;

}
.degreetodestiny .formC-row i {
  position: absolute;
  left: 6px;
  top: 40px;
  font-size: 20px;
}
#form-wrapper .degreetodestiny .kaefer-login .klogin-sec.desk .kright-sec .defaultForm{
  border:0 !important;
}
.degreetodestiny h3 {
  color: #0a3481;
  font-size: 32px;
  border: 1px solid #ddd;
  display: inline-block;
  width: auto;
  padding: 10px;
}
.degreetodestiny .kaefer-login .klogin-sec.desk {
  background: #ffffff;
}

.degreetodestiny span.kaefer_tagline {
  color: #0a3481;
  font-style: normal;
  /* font-weight: 600; */

}
.degreetodestiny img.image-responsive.bgimg2 {
  height: 34vh;
 /* transform: scale(1.2);*/
  object-fit: contain;
  position: relative;
  top: -28px;
}
.degreetodestiny .dtd_left_footer {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.degreetodestiny .kaefer-login .klogin-sec.desk .bg-img a>small {
  color: gray;
}
#form-wrapper .degreetodestiny .kaefer-login .formC-row #KaeferLoginBtn,
#form-wrapper .degreetodestiny .kaefer-login .formC-row #LoginBtn {
  background: #fff !important;
  color: #0b2442 !important;
}
#form-wrapper .degreetodestiny .ssoBox a{
  color:#fff !important;
}



.learninglabs .showondesktop img.repro_fav {
    height: 265px;
    margin-top: 20px;
    object-fit: contain;
    margin-bottom: 35px;
    object-fit: contain;
    max-width: 100%;
}

/*.learninglabs .showondesktop img.loginSideImge {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    margin-top: 20px;
    object-fit: contain;
    margin-bottom: 35px;
    height: -moz-available;
    width: 835px;
}*/

.learninglabs .showondesktop img.loginSideImge {   
    width: -webkit-fill-available;
    margin-top: 20px;
    object-fit: contain;
    margin-bottom: 35px;
    height:95%;
    width: 835px;
}

.learninglabs .hideondesktop img.repro_fav {
    height: 90px;
    margin-top: 20px;
    object-fit: contain;
    margin-bottom: 35px;
}
.learninglabs .kaefer-login .klogin-sec.desk .kright-sec{
  background: #fff;
  color: #000;
}

#form-wrapper .learninglabs .form-container {
  background: #fff !important;

}
.learninglabs .formC-row i {
  position: absolute;
  left: 6px;
  top: 40px;
  font-size: 20px;
  color: #004c92;

}
#form-wrapper .learninglabs .kaefer-login .klogin-sec.desk .kright-sec .defaultForm{
  border:0 !important;
}
/* .learninglabs h3 {
  color: #0a3481;
  font-size: 32px;
  border: 1px solid #ddd;
  display: inline-block;
  width: auto;
  padding: 10px;
} */
/* .learninglabs h1{
  color: #fff;
  padding: 20px 0 0;
} */
.learninglabs .kaefer-login .klogin-sec.desk {
  background: #fff;

}

/* .learninglabs span.kaefer_tagline {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
} */
.learninglabs img.image-responsive.bgimg2 {
  height: 324px;
  margin-bottom: 10px;
  object-fit: contain;
    background: #fff;

}
/* .learninglabs .kaefer-login .klogin-sec.desk .bg-img div {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  font-family: "Nunito", sans-serif !important;
} */
#form-wrapper .learninglabs .kaefer-login .formC-row #KaeferLoginBtn,
#form-wrapper .learninglabs .kaefer-login .formC-row #LoginBtn {
  background: #004c92 !important;
  color: #fff !important;
}
#form-wrapper .learninglabs .ssoBox a{
  color:#004c92 !important;
}
#form-wrapper .learninglabs .ssoBox p{
  color:#000 !important;
}
#form-wrapper .learninglabs .formC-row label{
  color:#000 !important;
  font-weight: 600 !important;
}

#form-wrapper .learninglabs .kaefer-login .formC-row input{
  color:#000 !important;
}
#form-wrapper .learninglabs .kaefer-login .formC-row input::placeholder {
  color: #000 !important;
}
.learninglabs .kaefer-login .klogin-sec.desk .kright-sec .ksec-two {
  /* position: absolute;
  top: 50%;
  transform: translate(0, -50%); */
  display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
    border-left: 1px solid #eee;
}
.learninglabs .center-align{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
}
#form-wrapper .learninglabs #content {
  padding: 0;
  flex-grow: 1;
}
body .modal .modal-header button i.fa.fa-close {
  color: black;
  top: 3px;
  left: -8px;
}
body .modal .modal-header button.close {
  opacity: 1;
}
.learninglabs .copyright_kaefer p {
  opacity: 0;
}