@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 400;
}

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}




:root {
    --primary-Bg: rgb(255, 255, 255);
    --primary-color: rgb(6, 26, 33);
    --max-width: 1440px;
}



body {
    background-color: var(--primary-Bg);
    color: var(--primary-color);
    overflow-x: hidden;
}

.container {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: relative;
}


.Hero {
    width: 50%;
    height: 100%;
    display: none;
}

.Hero img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    display: none;
}


.Hero-sub {
    padding-top: 50px;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.Hero-sub::-webkit-scrollbar {
    display: none;
}



.Hero-sub1{
    text-align: center;
}

.form-container {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.title {
    font-family: 'Gilroy';
    font-size: 32px ;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.408px;
}

.begin {
    color: var(--Color-Styles-Grey-grey-600, #5D6679);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.408px;
}


.signin-form > * {
    margin-bottom: 1rem;
}


.Hero-sub1{
    text-align: center;
}

.title {
    font-family: 'Gilroy';
    font-size: 40px ;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.408px;
}

.begin {
    color: var(--Color-Styles-Grey-grey-600, #5D6679);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.408px;
}

.input-signin {
    position: relative;
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 2rem;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 1px solid var(--Gray-300, #D0D5DD);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.408px;
    color: rgb(93, 102, 121);
}

.signin-button {
    padding: 12px 20px;
    border-radius: 40px;
    border: none;
    color: white;
    font-family: 'Gilroy';
    font-size: 16px ;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.408px;
    background: var(--Color-Styles-Primary-primary-500, #175668);
    width: 100%;
    cursor: pointer;
}

.signin-button:hover {
    box-shadow: 0px 4px 8px -2px rgba(36, 12, 0, 0.10), 0px 2px 4px -2px rgba(36, 12, 0, 0.06);
}

.input-signin img {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
}

.input-signin input {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 1.6rem; 
    font-size: 1rem;
    border: none;
}

.input-signin input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}


/*checkbox styles*/
.remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-checkbox {
    display: flex;
    text-align: center;
    /* gap: 8px; */
    align-items: center;
    cursor: pointer;
    color: #5D6679;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox span {
    width: 16px;
    height: 16px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    margin-right: 6px;
    display: inline-block;
    background-color: white;
    transition: background-color 0.2s;
}

.custom-checkbox:hover span {
  background-color: #e0f0f4; /* your hover background */
}

.custom-checkbox input:checked + span {
  background-color: #175668;
  position: relative;
}

.custom-checkbox input:checked + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}





.log-in-forgot a{
    text-decoration: none;
    color: var(--Key-Colors-Primary, #175668);
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.408px;
}




.divider {
    margin:2rem 0;
    width: 100%;
}

.sign_in-option {
    width: 100%;
    border: 1px solid #D0D5DD;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 16px;
}

.option-button {
    background-color: white;
    border: none;
    cursor: pointer;
    color: #175668;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sign_in-option > a {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.408px;
    color: rgb(93, 102, 121);
}


.sign_in-option:not(:last-of-type) {
    margin-bottom: 12px;
}

.faq {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.cta {
    color: var(--Key-Colors-Primary, #175668);
    font-weight: 600;
}

.faq a {
    text-decoration: none;
    color: rgb(23, 86, 104) ;
}



/*Media queries*/

@media (min-width: 320px) {
    .Hero-sub {
        width: 100%;
        overflow-x: hidden;
    }
}


@media (max-width: 768px) {
    .title {
        font-size: 24px;
    }
    .begin {
        font-size: 14px;
    }
    .Hero-sub {
        /* justify-content: center; */
    }
}

@media (min-width: 1024px) {

    .Hero,
    .Hero img {
        display: block;
        width: 100%;
    }
}

