a {
  color: unset;
  text-decoration: none;
}

.loginLeftDiv {
  padding: 80px 0;
  width: 80%;
  margin: auto;
}

.loginleftchildDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #E7E5E2;
  background: #FDFDFC;
  box-shadow: 0px 8px 16px 0px rgba(11, 10, 10, 0.05);
  padding: 40px 10px;

}

.loginleftchildDiv2 {
  margin-top: 58px;
}

.verfiEmail {
  margin-top: 84px;
}

.error li {
  font-size: 18px;
}

.loginLeftDiv .cb-logo {
  background: url("../img/cb-logo.png") no-repeat;
  width: 107px;
  height: 68px;
  display: inline-block;
  margin-bottom: 40px;
}

.loginLeftDiv h1 {
  font-weight: var(--font-bold);
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}

.loginLeftDiv p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #666563;
}

.loginLeftDiv .formgrp {
  margin-bottom: 24px;
}

.customLoginform {
  width: 50%;
  margin: initial;
  margin-top: 40px;
}

.loginForm {
  width: 80%;
  margin: initial;
  margin-top: 40px;
}

.loginForm label {
  display: block;
  font-weight: var(--font-semibold);
  font-size: 16px;
  line-height: 24px;
}

.forgotPwdSpan {
  color: var(--neutral-01, #0B0A0A);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.loginForm input {
  border: 2px solid #D1CFCA;
  border-radius: 40px;
  padding: 18px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.loginForm input:focus,
.loginForm input:hover {
  border: 2px solid #f8ac1a;
}

.loginBtn,
.signUpBtn {
  color: #FDFDFC;
  font-weight: var(--font-bold);
  font-size: 16px;
  line-height: 24px;
  background: #F8AC1A;
  border-radius: 40px;
  width: 100%;
  padding: 18px;
  margin: 30px 0;
  border: none;
  cursor: pointer;
}

.forgetPassword {
  color: #419EBD;
  font-weight: var(--font-semibold);
  font-size: 16px;
  line-height: 24px;
}

.passwordrememberoption {
  align-items: center;
}

.passwordrememberoption label {
  display: inline-block;
  width: auto;
  cursor: pointer;
}

.passwordrememberoption input {
  display: inline-block;
  width: 20px;
  height: 20px;
  accent-color: #419EBD;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

.loginLeftDiv .others {
  margin: 20px 0;
  position: relative;
  color: #ADACA8;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.loginLeftDiv .others span {
  background: #fff;
  position: relative;
}

.loginLeftDiv .others:before {
  content: "";
  position: absolute;
  width: 90%;
  background: #ADACA8;
  height: 1px;
  left: 5%;
  top: 12px;
  margin: 0 auto;
}

.signInWithLinkedin,
.signInWithGoogle {
  padding: 18px;
  text-align: center;
  border: 1px solid #D1CFCA;
  border-radius: 40px;
  display: block;
  margin: 20px 0;
  width: 100%;
  color: #0B0A0A;
  font-weight: var(--font-bold);
  font-size: 16px;
  line-height: 24px;
  background: #fff;
}

.loginLeftDiv .signUpOption {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.loginLeftDiv .signUpOption a {
  color: #419EBD;
}

.linkedinIcon,
.googleIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.disclaimer {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0px);
  background: #A0A0A0;
  border-radius: 16px;
  padding: 40px;
  color: #FDFDFC;
  font-weight: var(--font-semibold);
  font-size: 30px;
  line-height: 40px;
  width: 622px;
}

@media only screen and (max-width:768px) {
  .loginForm {
    width: 100%;
  }

  .verfiEmail {
    margin-top: 30px;
  }

  .loginLeftDiv {
    width: 90%;
  }
  .loginLeftDiv p {
    padding: 5px;
    text-align: justify;
  }
  .loginLeftDiv h1 {
    font-size: 28px;
  }
}