
/*--------------------------------------------------------------
  # Sign-in-page Page
  --------------------------------------------------------------*/
.sign-in-page .hero {
    min-height: 100vh;
    background: #fff;
    align-items: start;
    padding: 48px 0;
}
.sign-in-page .hero .hero-left {
    height: 85vh;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    /* background: linear-gradient(#00a3e0, #1293c4); */
    border-radius: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.sign-in-page .hero .hero-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/sign-in-bg.png);
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);
    border-radius: 16px;
    z-index: -1;
}

.sign-in-page .hero .hero-left .hero-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 72px;
    width: 568px;
    height: 38.34px;
}

.sign-in-page .hero .hero-left .logo {
    padding-bottom: 48px;
}
.sign-in-page .hero .hero-left .logo img {
    max-height: 34px;
}
.sign-in-page .hero .hero-left .hero-left-heading {
    font-family: var(--nav-font);
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
    margin-bottom: 8px;
}

.sign-in-page .hero .hero-left .heading {
    width: 490px;
    height: 128px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.sign-in-page .hero .hero-left .description {
    display: flex;
    width: 455px;
    height: 72px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #f3f5f8;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.sign-in-page .hero .hero-right {
    background-image: unset;
    padding-left: 64px;
    display: flex;
    align-items: center;
}

/* Sign In Form Styles */
.sign-in-page .sign-in-form-container {
    border-radius: 16px;
    width: 100%;
    max-width: 568px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sign-in-page .form-header {
    text-align: center;
    margin-bottom: 32px;
}

.sign-in-page .form-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #0d0d0d;
    margin-bottom: 24px;
}

.sign-in-page .form-subtitle {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.24px;
    color: rgba(13, 13, 13, 0.64);
    margin: 0;
}

.sign-in-page .sign-in-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sign-in-page .form-group {
    margin-bottom: 0;
}
.sign-in-form .form-control {
    width: 100% !important;
    box-sizing: border-box;
    max-width: none !important;
}

.sign-in-form .position-relative {
    width: 100%;
    display: block;
}

.sign-in-form .input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.sign-in-form .input-wrapper .position-relative {
    flex: 1;
    min-width: 0;
}

.sign-in-form .input-wrapper {
    position: relative;
    width: 100%;
}

.sign-in-form .input-wrapper .form-control {
    width: 100%;
    padding-left: 2.5rem;
    /* leaves space for the icon */
    box-sizing: border-box;
}

.sign-in-form .input-wrapper .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
}

.sign-in-page .input-icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgba(13, 13, 13, 0.96);
    cursor: pointer;
    flex-shrink: 0;
}

.sign-in-page .input-wrapper {
    position: relative;
    flex-direction: row;
    display: flex;
    align-items: center;
    /* border: 1px solid rgba(13, 13, 13, 0.72); */
    border-radius: 8px;
    /* padding: 9px; */
    gap: 8px;
}

.sign-in-page .input-icon {
    font-size: 24px;
    color: rgba(13, 13, 13, 0.96);
    flex-shrink: 0;
}

.sign-in-page .input-wrapper .form-control {
    border: 1px solid rgba(13, 13, 13, 0.72);
    outline: none;
    background: transparent;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #0d0d0d;
    width: 100%;
    padding: 15px 9px 15px 2.5rem;
}

.sign-in-page .input-wrapper .form-control::placeholder {
    color: rgba(13, 13, 13, 0.32);
}

.sign-in-page .form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.sign-in-page .remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sign-in-page .remember-me input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 1.5px solid rgba(13, 13, 13, 0.16);
    border-radius: 4px;
    margin: 0;
}

.sign-in-page .remember-me label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #0d0d0d;
    margin: 0;
    cursor: pointer;
}

.sign-in-page .forgot-password {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #00a3e0;
    text-decoration: none;
}

.sign-in-page .forgot-password:hover {
    color: #0088c4;
}

.sign-in-page .btn-continue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 12px 16px 24px;
    gap: 8px;
    width: 100%;
    height: 56px;
    background: #00a3e0;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.sign-in-page .btn-continue:hover {
    background: #0088c4;
}

.sign-in-page .btn-continue span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #ffffff;
}

.sign-in-page .arrow-icon {
    position: absolute;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 99px;
    padding: 4px;
}

.sign-in-page .arrow-icon i {
    font-size: 24px;
    color: #00a3e0;
}

.sign-in-page .sign-up-link {
    text-align: center;
}

.sign-in-page .sign-up-link p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.24px;
    color: rgba(13, 13, 13, 0.64);
    margin: 0;
}

.sign-in-page .sign-up-link a {
    color: #00a3e0;
    text-decoration: none;
    font-weight: 500;
}

.sign-in-page .sign-up-link a:hover {
    color: #0088c4;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .sign-in-page .hero .hero-right {
        padding-left: 32px;
    }

    .sign-in-form-container {
        padding: 48px;
    }
}

@media (max-width: 991px) {
    .sign-in-page .hero .hero-left {
        height: auto;
        min-height: 400px;
        margin-bottom: 32px;
    }

    .sign-in-page .hero .hero-right {
        padding-left: 0;
        justify-content: center;
    }

    .sign-in-form-container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sign-in-form-container {
        padding: 32px 24px;
    }

    .form-title {
        font-size: 28px;
        line-height: 36px;
    }

    .sign-in-page .hero .hero-left .heading {
        font-size: 36px;
        line-height: 48px;
        width: 100%;
    }

    .sign-in-page .hero .hero-left .description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .sign-in-page .hero {
        padding: 24px 0;
    }

    .sign-in-page .hero .hero-left {
        padding: 24px;
    }

    .sign-in-form-container {
        padding: 24px 16px;
    }

    .form-options {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

.btn-back {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    gap: 12.5px;
    width: 40px;
    height: 40px;
    background: #f3f5f8;
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
