@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        box-sizing: border-box;
        font-family: "Inter Tight", sans-serif;
        margin: 0;
    }

    .error-credentials {
        padding-top: 6px;
        font-size: 13px;
        color: #EF4665;
    }
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-background-clip: padding-box;
        -webkit-text-fill-color: #ffffff;
        transition: background-color 5000s ease-in-out 0s;
        background-color: #0c1a35 !important;
        box-shadow: 0 0 0px 1000px #0c1a35 inset;
    }

    .input-main .fa-eye:before {
        color: #fff;
    }

    .input-main .fa-eye-slash:before {
        color: #fff;
    }

    .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    }
   .sign-up-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 82px;
    }
    .sign-up-image-corn {
    position: absolute;
    bottom: 0;
    }

    .sign-up-main {
    background-color: #07142F;
    }
    .text-footer {
    color: #EF4665;
    font-size: 12px;
    letter-spacing: 0.5px;
    }
    .signup-heading {
    color: #ABB8CB;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: semibold;
    }
    .main-card-signup {
    width: 427px;
    }
    .input-main {
        position: relative;
    }
    .input-main input {
    width: 100%;
    height: 50px;
    margin-top: 21px;
    color: #fff;
    padding-left: 21px;
    border-radius: 2px;
    border: 1px solid #26314E;
    background-color: #0c1a35;
    outline: none;
    }
    .remember-heading {
    color: #ABB8CB;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    }
    .remember-button {
    margin-top: 21px;
    margin-bottom: 40px;
    }
    .main-button {
    background-color: #EF4665;
    }
    .main-button button {
    background-color: transparent;
    border: none;
    height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    width: 100%;
    }
    .forgotpassword-heading {
    color: #ABB8CB;
    font-size: 16px;
    font-weight: 500;
    padding-top: 21px;
    }
    ::placeholder {
    color: #697586;
    opacity: 1;
    }
    ::-ms-input-placeholder {
    color: #697586;
    }

    input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      border: 2px solid #ABB8CB;
      cursor: pointer;
      position: relative;
  }

  input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      top: 1px;
      left: 5px;
      width: 4px;
      height: 8px;
      border: solid #EF4665;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
  }
  @media screen and (max-width: 740px) {
    .sign-up-bg {
    padding: 40px;
    }
    .forgotpassword-heading {
      font-size: 12px !important;
    }
    .sign-up-image-corn {
    height: 300px !important;
    }
    }
    @media screen and (max-width: 1200px) {
    .sign-up-image-corn {
    height: 700px;
    }
    }

    @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

* {
	box-sizing: border-box;
	font-family: "Inter Tight", sans-serif;
	margin: 0;
}
p{
	margin: 0 !important;
}

/*  */

