@font-face {
    font-family: Montserrat;
    src: url(fonts_family/Montserrat-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: Inter;
    src: url(./fonts_family/Inter-VariableFont_slnt\,wght.ttf);
}

* {
    margin: 0px;
    padding: 0px;
}
a {
    color: unset;
    text-decoration: none;
}
a:hover{
    color: #F8AC1A;
}

#starIcon {
    position: absolute;
    display: block;
    margin-block: -63px;
    margin-left: 150px;
    font-size: 21px;
    color: red;
}

#starIcon2 {
    position: absolute;
    display: block;
    margin-block: -62px;
    margin-left: 108px;
    font-size: 21px;
    color: red;
}

.eyeopen {
    background: url("https://careerbucket.blr1.digitaloceanspaces.com/static/img/eyeOpen.svg");
    height: 17px;
    width: 16px;
    display: block;
    position: absolute;
    margin-block: -56px;
    right: 141px;
}

.eyeclose {
    background: url("https://careerbucket.blr1.digitaloceanspaces.com/static/img/eyeClose.svg");
    height: 17px;
    width: 16px;
    display: block;
    position: absolute;
    margin-block: -56px;
    right: 141px;
}

.loginSection {
    margin: 0px;
}

.vertical_rectangle {
    background-color: #419EBD;
    padding: 0px;

}

.CB_Image {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 147px;
    left: 130px;

    border-radius: 16px;
    background: var(--neutral-07, #FDFDFC);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);

    padding-top: 155px;
    padding-right: 80px;
    padding-bottom: 161px;
    padding-left: 42px;

    /* margin-bottom: 212px; */
}

.CB_Image img {
    width: 334px;
    height: 171px;

}

.Login {
    margin-top: 135px;
    margin-left: 350px;
    margin-right: 100px;

}
.Forgot{
    margin-top: 196px;
    margin-left: 290px;
}
.pwdresetSigninup{
    display: flex;
    justify-content: center;
    margin-right: 90px;
}

.Login_Title {
    color: var(--neutral-02, #424240);

    /* Heading 03 */
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    padding-bottom: 24px;
}

.login_title_descr {
    color: var(--neutral-03, #666563);

    /* Body/03 */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 24px;
}

.emailStyle {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--neutral-5, #ADACA8);

    color: black;
    /* Body/04 */
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 32px;
    margin-bottom: 24px;
}

.passwordStyle {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--neutral-5, #ADACA8);

    color: black;
    /* Body/04 */
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 32px;
    margin-bottom: 24px;
}

.remember_section {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
    padding: 10px 32px;
}


.form-check {
    padding-left: 40px;


}

.frgtPwd {
    text-align: end;
}

p {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0 20px;
}

p span {
    color: #D1CFCA;
    padding: 0 10px;
    background-color: white;

}

.horizontal_login_desc {
    margin-bottom: 24px;
}

.social_media_button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* width: 70%; */
    margin: auto;
    gap: 28px;
    margin-bottom: 24px;
}

.google_button {
    padding: 10px 32px;
    border-radius: 10px;
    color: var(--neutral-5, #ADACA8);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: 'normal';
    font-weight: 700;
    line-height: 24px;
    width: 174px;
    float: right;
    border: 1px solid var(--neutral-5, #ADACA8);
}

.google_button img {
    margin-right: 12px;
}

.facebook_button {
    padding: 10px 32px;
    border-radius: 10px;
    color: #385596;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 174px;
    float: left;
    border: 1px solid var(--neutral-5, #ADACA8);
}



.facebook_button img {
    margin-right: 12px;
}

.Login_button {
    border-radius: 16px;
    background: #F8AC1A;
    width: 100%;
    color: white;
    text-align: center;
    /* Body/04 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}

.Signup_here {
    color: #666563;
    /* Body/03 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 216px;
}

.Signup_here span {
    color: #F8AC1A;
}

.vertical_rectangle_mv {
    visibility: hidden;
    display: none;
}

/* Mobile CSS */
@media only screen and (max-width:768px) {
    .eyeopen {
        right: 50px;
    }

    .Login {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 80px;
        text-align: center;
    }
    .Forgot{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 80px;
        text-align: center;
    }

    .vertical_rectangle_mv {
        visibility: visible;
        display: block;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);

    }

    .vertical_rectangle_mv img {
        margin: 8px;
    }

    .Login_Title {
        color: var(--neutral-02, #424240);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }

    .vertical_rectangle {
        visibility: hidden;
        display: none;
    }

    .form-check {
        padding-left: 20px;
        width: 100%;
        text-align: left;
    }

    .frgtPwd {
        text-align: left;
        width: 100%;
        padding: 0;
    }

    .remember_section {
        margin-right: 0px;
        
        padding: 10px 20px;
        padding-top: 0;
    }

    .google_button span {
        visibility: hidden;
        display: none;
    }

    .facebook_button span {
        visibility: hidden;
        display: none;
    }

    .facebook_button,
    .google_button {
        width: 40px;
        padding: 10px;
    }

    .facebook_button img,
    .google_button img {
        margin-right: 0px;
    }
    .eyeclose {
        right: 52px;
    }
}


@media only screen and (min-width:769px) and (max-width: 1000px) {
    .eyeopen {
        right: 119px;
    }

    .social_media_button {
        grid-template-columns: repeat(1, 1fr);
    }

    .social_media_button div {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .CB_Image {

        top: 147px;
        left: 80px;



        padding-top: 125px;
        padding-right: 60px;
        padding-bottom: 141px;
        padding-left: 42px;


    }

    .CB_Image img {
        width: 300px;
        height: 141px;

    }

    .Login {

        margin-left: 300px;
        margin-right: 80px;

    }
}