/* IF USER REGISTERED */
a {
  text-decoration: none;
}

.confrmBx {
  display: none;
}

/* IF USER CONFIRMED ACCOUNT */
.account-confirmed {
  background: #f2f2f2;
  padding: 2em;
  margin-bottom: 5em;
  /* display: none; */
}

.success-notification {
  color: #4bb71b;
  font-weight: 600;
}

.error-notification {
  background: #ffd7d7;
  width: 100%;
  padding: 0.4em 1.25em;
  margin-bottom: 2em;
  color: #b75050;
  font-size: 12px;
  font-weight: 600;
}

.checkmark {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  float: left;
  margin-right: 1em;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #f2f2f2;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
.confrmBx span {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  display: block;
}

.column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 1.5em;
  width: 100% !important;
  float: unset !important;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

footer.et-l.et-l--footer {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  position: relative;
  min-height: 100vh;
  background-color: #8ca16a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

section .container {
  position: relative;
  width: 900px;
  height: 700px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

section .container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

section .container .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  transition: 0.5s;
}

.imgBx__img__default {
  content: url("/wp-content/plugins/ccass-platform/assets/green-innovations/gi-login.jpg");
}

section .container .user .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .container .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
  /* test comment */
}

section .container h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

section .container .user .formBx form input[type=submit] {
  max-width: 100px;
  background: #8ca16a;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
  min-width: 200px;
}

section .container .user .formBx form .signup {
  position: absolute;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
  bottom: 2em;
}

.signup-wrapper {
  position: absolute;
  bottom: 0em;
  padding: 40px;
}

.signup-wrapper p {
  font-size: 14px;
  display: block;
}

.signup {
  padding: 0.65em 1.5em 0 1.5em;
}

.forgot-password {
  border-bottom: 1px solid #e4e4e4;
  text-align: right;
  padding: 0 1.5em 0.65em 1.5em;
}

section .container .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #1d6b4e;
}

section .container .signupBx {
  pointer-events: none;
}

section .container.active .signupBx {
  pointer-events: initial;
}

section .container .signupBx .formBx {
  left: 100%;
}

section .container.active .signupBx .formBx {
  left: 0;
}

section .container .signupBx .imgBx {
  left: -100%;
}

section .container.active .signupBx .imgBx {
  left: 0%;
}

section .container .signinBx .formBx {
  left: 0%;
}

section .container.active .signinBx .formBx {
  left: 100%;
}

section .container .signinBx .imgBx {
  left: 0%;
}

section .container.active .signinBx .imgBx {
  left: -100%;
}

@media (max-width: 991px) {
  section .container {
    max-width: 400px;
  }
  section .container .imgBx {
    display: none;
  }
  section .container .user .formBx {
    width: 100%;
  }
}
#ccass-whitelabel-login-form {
  z-index: 10000;
}

.formRg .signup {
  bottom: 2em;
  position: absolute;
  font-size: 14px;
}

/* Checkox Styling */
.formRg label {
  width: 100%;
  display: block;
  padding-bottom: 1em;
  font-size: 14px;
}

/* END Checkox Styling */