body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "poppins";
  color: #131123;
  background-color: #F9FBFD;
  display: flex;
  flex: 1;
  height: 100dvh;
}

button {
  padding: 8px 25px;
  font-size: 15px;
  background-color: #6366f1;
  border-radius: 5px;
  font-family: "poppins";
  border: none;
  outline: none;
  color: white;
}

div,
p {
  padding: 0;
  margin: 0;
}

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  top: 0;
  font-size: 2em;
  color: white;
}
#loading .image {
  height: 50px;
  /* Initial height */
  transition: height 1s;
}
#loading .expanded {
  height: 70px;
  /* Expanded height */
}

.button1, .button2 {
  font-family: unset;
  height: 45px;
  min-width: 110px;
  border-radius: 40px;
  background-color: white;
  border: 0;
  padding: 0 30px;
}

.button2 {
  background: var(--Bluwigo, #0D4FF7);
  color: white;
}

.input-main, .input-main4, .input-main3, .input-main2 {
  max-width: 100%;
  margin: 20px 0;
  position: relative;
}
.input-main p, .input-main4 p, .input-main3 p, .input-main2 p {
  margin: 5px 0;
  font-size: 14px;
}
.input-main input, .input-main4 input, .input-main3 input, .input-main2 input,
.input-main textarea,
.input-main4 textarea,
.input-main3 textarea,
.input-main2 textarea {
  padding: 12px;
  width: calc(100% - 24px);
  /* Subtracting the total additional padding from the width */
  max-width: 100%;
  border: 1px solid #CAD0DB;
  font-size: 14px;
  border-radius: 10px;
  outline: none;
  font-family: "poppins";
  background-color: white;
}
.input-main input::-moz-placeholder, .input-main4 input::-moz-placeholder, .input-main3 input::-moz-placeholder, .input-main2 input::-moz-placeholder {
  color: #a3a3a3;
}
.input-main input::placeholder, .input-main4 input::placeholder, .input-main3 input::placeholder, .input-main2 input::placeholder {
  color: #a3a3a3;
}
.input-main .cvrrd, .input-main4 .cvrrd, .input-main3 .cvrrd, .input-main2 .cvrrd {
  position: relative;
  width: 100%;
}
.input-main .cvrrd i, .input-main4 .cvrrd i, .input-main3 .cvrrd i, .input-main2 .cvrrd i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.input-main .cvrrd .togglePassword, .input-main4 .cvrrd .togglePassword, .input-main3 .cvrrd .togglePassword, .input-main2 .cvrrd .togglePassword {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer;
}
.input-main .cvrrd input, .input-main4 .cvrrd input, .input-main3 .cvrrd input, .input-main2 .cvrrd input {
  padding: 12px 22px 12px 40px;
  width: calc(100% - 62px);
}

.input-main2 {
  margin: 15px 0;
}
.input-main2 p {
  font-size: 11px;
  margin: 1px 0;
}
.input-main2 input {
  font-size: 10px;
}

.input-main3 {
  margin: 15px 0;
}
.input-main3 p {
  font-size: 11px;
  margin: 1px 0;
}
.input-main3 input {
  font-size: 10px;
}

.input-main input:focus, .input-main2 input:focus, .input-main3 input:focus, .input-main4 input:focus,
.input-main textarea:focus,
.input-main2 textarea:focus,
.input-main3 textarea:focus,
.input-main4 textarea:focus,
select:focus {
  outline: 2px solid #4F46E5;
  /* Change the outline color when focused */
}

.popup-cvr {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
}
.popup-cvr .popup1 {
  background-color: #E9D502;
  padding: 30px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -130px;
  z-index: 10;
  transition: top 1s;
}
.popup-cvr .popup1 .close-popup-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: rgb(68, 68, 68);
  display: none;
}

.left {
  background-color: #6366f1;
  color: white;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  flex: 1;
}
.left section {
  padding: 80px 50px;
}
.left section h1 {
  margin: 0;
  font-size: 40px;
}
.left section h4 {
  margin: 0;
  font-weight: normal;
  color: #e4e4e4;
}

.right {
  height: calc(100% - 60px);
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.right .top {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.right .top img {
  height: 100%;
}
.right .top a {
  height: 100%;
}
.right .right1 .cvr, .right .right1 .cvr2 {
  color: #606778;
  padding: 50px 0px;
  border-radius: 20px;
  width: 350px;
}
.right .right1 .cvr .emimg, .right .right1 .cvr2 .emimg {
  width: 120px;
}
.right .right1 .cvr .p1, .right .right1 .cvr2 .p1 {
  font-size: 35px;
  font-weight: bold;
  color: #0D4FF7;
}
.right .right1 .cvr .p2, .right .right1 .cvr2 .p2 {
  font-size: 13px;
}
.right .right1 .cvr .p3, .right .right1 .cvr2 .p3 {
  font-size: 11px;
}
.right .right1 .cvr .p4, .right .right1 .cvr2 .p4 {
  font-size: 13px;
  color: #666565;
}
.right .right1 .cvr .or, .right .right1 .cvr2 .or {
  margin: 10px;
  text-align: center;
}
.right .right1 .cvr .button2, .right .right1 .cvr2 .button2 {
  margin: 28px 0;
  font-size: 11px;
  width: 100%;
  margin-bottom: 0;
}
.right .right1 .cvr .gg, .right .right1 .cvr2 .gg {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: white;
  border: 1px solid #e6e6e6;
}
.right .right1 .cvr .gg img, .right .right1 .cvr2 .gg img {
  margin-right: 10px;
}
.right .right1 .cvr button:disabled, .right .right1 .cvr2 button:disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.6;
}
.right .right1 .cvr .email1, .right .right1 .cvr2 .email1 {
  color: #0D4FF7;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}
.right .right1 .cvr .email2, .right .right1 .cvr2 .email2 {
  font-size: 15px;
  color: #606778;
}
.right .right1 .cvr2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right .right1 .cvr2 .email2 {
  text-align: center;
}
.right .bottom {
  text-align: center;
  color: #c0c0c0;
  font-weight: 300;
  font-size: 13px;
}

@media (max-width: 768px) {
  .left {
    display: none;
  }
  .input-main, .input-main2, .input-main3, .input-main4 {
    max-width: 100%;
    margin: 20px 0;
    position: relative;
  }
  .input-main p, .input-main2 p, .input-main3 p, .input-main4 p {
    margin: 5px 0;
    font-size: 14px;
  }
  .input-main .togglePassword, .input-main2 .togglePassword, .input-main3 .togglePassword, .input-main4 .togglePassword {
    position: absolute;
    top: 33px;
    display: none;
    right: 10px;
  }
  .input-main input, .input-main2 input, .input-main3 input, .input-main4 input,
  .input-main textarea,
  .input-main2 textarea,
  .input-main3 textarea,
  .input-main4 textarea {
    padding: 8px;
    /* Padding applied to top and bottom */
    padding-left: 10px;
    /* Additional padding to the left */
    padding-right: 10px;
    /* Additional padding to the right */
    width: calc(100% - 20px);
    /* Subtracting the total additional padding from the width */
    max-width: 100%;
    border: 1px solid #CAD0DB;
    font-size: 15px;
    border-radius: 5px;
    outline: none;
    font-family: "poppins";
    background-color: white;
  }
  .right {
    height: calc(100% - 60px);
    padding: 30px;
    width: calc(100% - 60px);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .right .top {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  .right .top a {
    height: 100%;
  }
  .right .top div {
    display: none;
  }
  .right .right1 .cvr, .right .right1 .cvr2 {
    color: #606778;
    padding: 50px 0px;
    border-radius: 20px;
    width: 350px;
  }
  .right .right1 .cvr .emimg, .right .right1 .cvr2 .emimg {
    width: 120px;
  }
  .right .right1 .cvr .p1, .right .right1 .cvr2 .p1 {
    font-size: 35px;
    font-weight: bold;
    color: #0D4FF7;
  }
  .right .right1 .cvr .p2, .right .right1 .cvr2 .p2 {
    font-size: 15px;
  }
  .right .right1 .cvr .p3, .right .right1 .cvr2 .p3 {
    font-size: 13px;
  }
  .right .right1 .cvr .p4, .right .right1 .cvr2 .p4 {
    font-size: 13px;
    color: #666565;
  }
  .right .right1 .cvr .or, .right .right1 .cvr2 .or {
    margin: 10px;
    text-align: center;
  }
  .right .right1 .cvr .button2, .right .right1 .cvr2 .button2 {
    margin: 28px 0;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
  }
  .right .right1 .cvr .gg, .right .right1 .cvr2 .gg {
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    background-color: white;
    border: 1px solid #e6e6e6;
  }
  .right .right1 .cvr .gg img, .right .right1 .cvr2 .gg img {
    margin-right: 10px;
  }
  .right .right1 .cvr button:disabled, .right .right1 .cvr2 button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
  }
  .right .right1 .cvr .email1, .right .right1 .cvr2 .email1 {
    color: #0D4FF7;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
  }
  .right .right1 .cvr .email2, .right .right1 .cvr2 .email2 {
    font-size: 15px;
    color: #606778;
  }
  .right .right1 .cvr2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .right .right1 .cvr2 .email2 {
    text-align: center;
  }
  .right .bottom {
    text-align: center;
    color: #c0c0c0;
    font-weight: 300;
    font-size: 13px;
  }
}/*# sourceMappingURL=signin3.css.map */