<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=DM Sans");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

body {
  font-family: "Poppins" !important;
  width: 100%;
  background-color: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 21px;
}
.portal-button {
  position: relative;
  background-color: #1c1c2c;
  border: none;
  color: white;
  width: 128px;
  height: 41px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #1c1c2c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 90%; /* Position the tooltip above the button */
  right: 0%;
  opacity: 0;
  transition: opacity 0.3s;
}

.portal-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.main-container {
  padding-top: 110px;
}
.header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c2c;
  padding: 0 70px;
  box-shadow: 0px 4px 16px 0px #ffffff1a;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
.logo-div {
  display: flex;
  align-items: center;
}
.logo-div h3 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 20px;
}
.logo {
  width: 100px;
  height: 50px;
}

button {
  background-color: #1c1c2c;
  border: none;
  color: white;
  width: 128px;
  height: 41px;
  border-radius: 4px;
}
.portal-button a {
  color: inherit !important;
  text-decoration: inherit !important;
}

.main {
  background-color: #1c1c2c;
  width: 97.3%;
  display: flex;
  justify-content: space-between;
  padding: 67px;
  gap: 4rem;
  border-radius: 20px;
}
.main-img {
  width: 500px;
  height: 350px;
  object-fit: contain;
}

.left h1 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.left p {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.left {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* mine  */

.right {
  padding: 50px;
  border-radius: 50px;
  background: white;
  /* width: 670px; */
  width: 525px;
}

.right_signIn_form {
  background-color: white;
  width: 525px;
  padding: 50px;
  border-radius: 50px;
}
.form_main__container__toggle__button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 22px;
  height: 48px;
  background-color: #1c1c2c;
  border: 1px solid #1c1c2c;
  align-items: center;
}
.form_main__container__toggle__button a {
  text-decoration: none !important;
  color: #1c1c2c;
  width: 50%;
  background-color: white;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  padding-inline-start: 0px;
}
.form_main__container__toggle__button a:hover {
  color: #1c1c2c;
  cursor: pointer;
}
.form_main__container__toggle__button .active {
  text-decoration: none;
  color: white;
  background-color: #1c1c2c;
  border-color: #1c1c2c;
}
.form_main__container__toggle__button .active:hover {
  color: #f6f6f6;
  cursor: pointer;
}

.form_main__container__signIn {
  /* hover:shadow-md */
  text-align: center;
  width: 40%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 1.25rem; */
  transition-duration: 300ms;
}
.form_main__container__signUp {
  /* hover:shadow-md  */
  text-align: center;
  width: 40%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 1.25rem; */
  transition-duration: 300ms;
}
/* bring  */
.form_main__container__toggle_checkbox {
  display: none;
}

/* sigIn Form */
#chbox:not(:checked) ~ .singIn {
  width: 100%;
}
.signIn__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* end bring */
.form-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 13px;
  width: 100%;
}
.text-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.text {
  width: 100%;
  border-radius: 8px;
  padding: 8px 0 8px 16px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  border: 1px solid #cfd3d4;
  position: relative;
}
.password-toggle-icon1,
.password-toggle-icon2,
.password-toggle-icon3 {
  position: absolute;
  right: 4%;
  transform: translateY(-50%);
  cursor: pointer;
  top: 2.5rem;
  font-size: 12px;
  color: #5e6366;
}
.text label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #5e6366;
}
.text input {
  border: none;
  outline: none;
  font-family: "Poppins";
  font-weight: 400;
  width: 100%;
}
.text input::placeholder {
  color: #abafb1;
}

/* Mine select  */

.text select {
  background-color: transparent !important;
  color: rgb(17, 24, 39);
  width: 97%;
  outline: none;
  margin-left: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("./assets/dropdown-icon.svg") no-repeat right center;
  background-position: right 5px bottom 10px;
  cursor: pointer;
}
.country {
  top: 10px;
  right: 10px;
  border: none;
  width: 15px;
  background-color: red;
}
/* end select */

.text input::placeholder {
  color: #abafb1;
  letter-spacing: 0.1px;
  font-size: 14px;
  font-weight: 400;
}
.forget-div {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.forget-div p {
  color: #1c1c2c;
  text-align: right;
  cursor: pointer;
}

.form-text .login-btn {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  margin-top: 13px;
  cursor: pointer;
}

.text-resume {
  width: 100%;
  position: relative;
}
.file {
  content: " ";
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  /* z-index: 100; */
}
.file-input-inner-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.upload-btn {
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 20px;
  color: black;
  font-size: 15px;

  /* z-index: 10; */
}
.upload-icon {
  height: auto;
  width: 16px;
  margin-bottom: 0;
}

.select-text {
  color: gray;
  font-size: 14px;
  text-align: left;
}

footer {
  width: 100%;
  height: 90px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #1c1c2c;
}
footer a {
  text-decoration: none;
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 14px;
}
::-webkit-scrollbar-thumb {
  background: var(--heading_color);
  border-radius: 14px;
}
.error-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.errorMassage,
#error-div-format,
#error-div-match {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#error-pwd-format,
#error-pwd {
  color: red;
  /* padding-top: 0.75rem; */
  font-size: 0.8rem;
  text-align: center;
}
.loading-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginLoadingClass {
  width: 4rem;
  height: 4rem;
}
.forgotLoadingClass {
  width: 4rem;
  height: 4rem;
}
.registerLoadingClass {
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 1024px) {
  .main {
    flex-direction: column;
    height: auto;
    align-items: center;
    width: 96%;
  }
  .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left h1,
  p {
    text-align: center;
    width: 98%;
  }
  .right {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  form {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .right,
  .right_signIn_form {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
  .logo {
    width: 110px;
    height: 58px;
  }
  .main {
    flex-direction: column;
    align-items: center;
    width: 94%;
    padding: 40px;
    gap: 0;
  }
  .main-img {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  body {
    gap: 15px;
  }
  .main {
    padding: 45px 5px;
  }
  form {
    border-radius: 35px;
    height: auto;
  }
  .select-text {
    text-align: start;
  }
  .text-lg {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .main-container {
    padding-top: 105px;
  }
  .right,
  .right_signIn_form {
    padding: 50px 30px;
    border-radius: 35px;
    background: white;
  }
  .logo-div h3 {
    font-size: 1rem;
    margin-left: 10px;
  }
  .logo {
    width: 70px;
    height: 38px;
  }
  .main {
    gap: 0;
  }
  .header {
    width: 100%;
    padding: 0 20px;
  }
  .left {
    width: auto;
    height: auto;
  }
  input::placeholder {
    font-size: 12px;
  }
  .left h1 {
    font-size: 22px;
  }
  form {
    border-radius: 30px;
  }

  .text {
    position: relative;
    border-radius: 6px;
  }
  .select-text {
    text-align: start;
    font-size: 12px;
  }
  .main-img {
    width: 100%;
  }

  footer a {
    font-size: 11px;
  }
}
</pre></body></html>