:root {
    --colorneutral-0: rgba(255, 255, 255, 1);
    --colorneutral-100: rgba(235, 235, 235, 1);
    --colorneutral-200: rgba(222, 222, 222, 1);
    --colorneutral-300: rgba(200, 200, 200, 1);
    --colorneutral-400: rgba(163, 163, 163, 1);
    --colorneutral-600: rgba(102, 102, 102, 1);
    --colorprimary: rgba(248, 188, 1, 1);
    --colorneutral-1000: rgba(0, 0, 0, 1);
    --shadow-1: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
}

.sign-in-desktop {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg,rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 23.6%,
    rgba(255, 255, 255, 0) 62.17%,
    rgb(255, 255, 255) 100%);
    z-index: 9;
}

.forgot-password a {
    color: #F8BC01
}

.sign-in-desktop .overlap-wrapper {
    background-color: #ffffff;
    width: 100%;
    height: 1080px;
}

.sign-in-desktop .overlap {
    /* position: relative;
    height: 100%; */
    background-color: #f6f6f6;
}

.huge-iconarrowssolidarrow-r-parent {
    position: absolute;
    top: 35.54px;
    left: 24px;
}

.sign-in-desktop .huge-iconarrowssolidarrow-r-parent {
    left: 10%;
}

.sign-in-desktop .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2px;
    z-index: -1;
}

.sign-in-desktop .rectangle {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 23.6%,
            rgba(255, 255, 255, 0) 62.17%,
            rgb(255, 255, 255) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

hr {
    margin: 10px 0px 0px 0px;
    width: 90%;
    border: 0;
    height: 1px;
    background-color: #C8C8C8;
}

.sign-in-desktop .group {
    position: absolute;
    width: 60%;
    height: 80%;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: var(--shadow-1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px;
}

.sign-in-desktop .content-wrap {
    position: absolute;
    width: 60%;
    min-height: 60%;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: var(--shadow-1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px;
}

.sign-in-desktop .content-wrap {
    display: flex;
    background: white;
    flex: 1;
}

.sign-in-desktop .content-wrap .img-wrap {
    display: flex;
    flex: .4;
    position: relative;
}

.sign-in-desktop .content-wrap .img-wrap .img-overlap {
    background: #FFFBF0;
    width: 72%;;
    border-radius: 16px;
    padding: 16px;
}

.sign-in-desktop .content-wrap .img-wrap .content-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.sign-in-desktop .content-wrap .img-wrap .content-bg img {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.sign-in-desktop .content-form {
    flex: .6;
    display: flex;
    flex-direction: column;
}

.sign-in-desktop .content-form .no-account {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.sign-in-desktop .content-form form {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.sign-in-desktop .content-form .form-login {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sign-in-desktop .frame {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 3px;
    padding: 16px;
    display: none;
}

.alert-success.desktop {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    display: block;
}

.sign-in-desktop .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    color: var(--colorneutral-400);
    font-size: 14px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
}

.sign-in-desktop .div {
    width: fit-content;
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    position: relative;
    margin-top: -1px;
    color: var(--colorneutral-1000);
    letter-spacing: 0;
    line-height: normal;
}

.sign-in-desktop .overlap-group {
    position: absolute;
    width: 406px;
    height: auto;
    top: 27px;
    left: 20px;
}

.sign-in-desktop .overlap-group-wrapper {
    position: absolute;
    width: 406px;
    height: auto;
    top: 0;
    left: 0;
}

.sign-in-desktop .overlap-group-2 {
    position: relative;
    width: 406px;
    height: auto;
}

.sign-in-desktop .rectangle-2 {
    width: 406px;
    height: auto;
    background-color: #fffbf0;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.sign-in-desktop .image {
    /* position: absolute;
    width: 300px;
    height: auto;
    top: 15px;
    left: 32px;
    mix-blend-mode: multiply;
    object-fit: cover; */
}

.sign-in-desktop .image-register {
    position: absolute;
    width: 400px;
    height: auto;
    /* top: 15px;*/
    left: 32px;
    mix-blend-mode: multiply;
    object-fit: cover;
}

.sign-in-desktop .image-forgot {
    position: absolute;
    width: 200px;
    height: auto;
    /* top: 15px;*/
    left: 150px;
    mix-blend-mode: multiply;
    object-fit: cover;
}

.sign-in-desktop .frame-2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    /* top: 17px;
    left: 24px; */
}

.sign-in-desktop .vector {
    position: relative;
    /* width: 50px; */
    height: 30px;
    margin-left: -2px;
}

.sign-in-desktop .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Arges-ExtraHeavy", Helvetica;
    font-weight: 400;
    color: var(--colorprimary);
    font-size: 25px;
    letter-spacing: 1px;
    line-height: normal;
}

.sign-in-desktop .frame-3 {
    display: flex;
    flex-direction: column;
    width: 354px;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 50px;
    left: 50%;
}

.sign-in-desktop .frame-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sign-in-desktop .frame-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame-6 {
    width: 80%;
}

.sign-in-desktop .text-wrapper-3 {
    align-self: stretch;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    font-size: 42px;
    position: relative;
    margin-top: -1px;
    color: #000000;
    letter-spacing: 0;
    line-height: normal;
    width: 428px;
}

.sign-in-desktop .frame-6 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sign-in-desktop .p {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.sign-in-desktop .frame-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid;
    border-color: var(--colorneutral-300);
}

.sign-in-desktop .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.sign-in-desktop .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: var(--colorneutral-1000);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;

    border: none;
    background: transparent;
    outline: none;
    width: 100%;
}

.sign-in-desktop .line {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.sign-in-desktop .frame-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sign-in-desktop .frame-9 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid;
    border-color: var(--colorneutral-300);
}

.sign-in-desktop .frame-10 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
}

.sign-in-desktop .value {
    position: relative;
    width: fit-content;
    font-family: "Be Vietnam-Regular", Helvetica;
    font-weight: 400;
    color: var(--colorneutral-1000);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.sign-in-desktop .div-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 90%;
    flex: 0 0 auto;
    background-color: var(--colorprimary);
    border-radius: 16px;
    border: 0px;
}

.sign-in-desktop .text-wrapper-5 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: var(--colorneutral-0);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.sign-in-desktop .frame-11 {
    display: inline-flex;
    height: 22px;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 37px;
    left: 37px;
}

.sign-in-desktop .huge-icon-arrows {
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: -1.03px;
    margin-bottom: -1.03px;
}

.sign-in-desktop .text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1.53px;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: var(--colorprimary);
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.btn.login-google {
    display: inline-block;
    text-decoration: none;
}

.sign-in {
    display: none;
}

.none-underline {
    text-decoration: none;
    color: black;
}

.div-wrapper:hover {
    background-color: var(--colorneutral-1000);
}

@media (max-width: 1024px) {

    .sign-in-desktop {
        display: none;
    }

    .sign-in {
        display: block;
    }

    .background-icon {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .huge-iconarrowssolidarrow-r {
        width: 24px;
        position: relative;
        height: 24px;
        overflow: hidden;
        flex-shrink: 0;
        object-fit: contain;
    }

    .back-to-zingmanga {
        text-align: center;
        position: relative;
        border: none;
        background: transparent;
        outline: none;
        width: 100%;
        font-family: Helvetica;
    }

    .input-box {
        position: relative;
        border: none;
        background: transparent;
        outline: none;
        width: 100%;
    }

    .huge-iconarrowssolidarrow-r-parent {
        color: #f8bc01;
        position: absolute;
        top: 35.54px;
        left: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }

    .sign-in-child {
        position: absolute;
        top: calc(50% - 268px);
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
        border-radius: 16px 16px 0px 0px;
        width: 100%;
        height: 80%;
        display: grid;
        place-items: center;
    }

    .sign-in1 {
        align-self: stretch;
        position: relative;
        font-family: "Space Grotesk-Bold", Helvetica;
    }

    .sign-in-with {
        align-self: stretch;
        position: relative;
        font-weight: 500;
        font-family: Helvetica;
    }

    .font {
        font-family: Helvetica;
    }

    .layer-1-icon {
        width: 24px;
        position: relative;
        height: 24px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .layer-1-parent {
        align-self: stretch;
        border-radius: 16px;
        background-color: #fff;
        border: 1px solid #c8c8c8;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 12px 16px;
        gap: 10px;
    }

    .sign-in-with-open-account-parent {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }

    .frame-child {
        align-self: stretch;
        position: relative;
        border-top: 1px solid #c8c8c8;
        box-sizing: border-box;
        height: 1px;
    }

    .huge-iconsocialoutlinegmail-child {
        position: absolute;
        height: 81.25%;
        width: 89.58%;
        top: 9.38%;
        right: 5.21%;
        bottom: 9.38%;
        left: 5.21%;
        border-radius: 4px;
        border: 1.5px solid #000;
        box-sizing: border-box;
    }

    .huge-iconsocialoutlinegmail-item {
        position: absolute;
        height: 33.33%;
        width: 83.33%;
        top: 29.17%;
        right: 8.33%;
        bottom: 37.5%;
        left: 8.33%;
        max-width: 100%;
        overflow: hidden;
        max-height: 100%;
    }

    .huge-iconsocialoutlinegmail-parent {
        align-self: stretch;
        border-radius: 16px;
        background-color: #fff;
        border: 1px solid #c8c8c8;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 12px 16px;
        gap: 16px;
    }

    .frame-div {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
    }

    .frame-container {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
        font-size: 16px;
        font-family: Poppins;
    }

    .sign-in-parent {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    .check-box-icon {
        width: 24px;
        position: relative;
        height: 24px;
    }

    .check-box-parent {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .value1 {
        position: relative;
        color: #f8bc01;
    }

    .btn-login-wrap {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: center;
        width: 100%;
        justify-content: end;
    }

    .frame-parent1 {
        align-self: stretch;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
        text-align: center;
        font-size: 14px;
    }

    .frame-group {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }

    .start-reading-wrapper {
        border: 0px;
        align-self: stretch;
        border-radius: 16px;
        background-color: #f8bc01;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 16px;
        font-size: 16px;
        color: #fff;
    }

    .start-reading-wrapper:hover {
        border: 0px;
        align-self: stretch;
        border-radius: 16px;
        background-color: var(--colorneutral-1000);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 16px;
        font-size: 16px;
        color: #fff;
    }

    .frame-parent {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        text-align: left;
        font-size: 42px;
        color: #000;
        background-color: #fff;
        width: calc(100% - 96px);
        transform: translateX(-50%);
        padding: 24px;
        left: 50%;
        top: 245px;
        min-height: calc(100% - 330px);
        border-radius: 16px 16px 0px 0px;
    }

    .image-15-icon {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 200px;
        height: 300px;
        object-fit: cover;
        mix-blend-mode: normal;
    }

    .image-forgot {
        position: absolute;
        top: 0px;
        right: 30px;
        width: 100px;
        height: 300px;
        object-fit: cover;
        mix-blend-mode: normal;
    }

    .dont-have-an {
        position: relative;
        font-weight: 500;
    }

    .sign-up {
        position: relative;
        font-weight: 500;
        color: #000;
    }

    .dont-have-an-account-parent {
        margin: 16px 0 8px 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 6px;
        text-align: right;
        font-size: 14px;
        color: #a3a3a3;
        font-family: Poppins;
    }

    .sign-in {
        width: 100%;
        position: relative;
        background-color: #fff;
        height: 932px;
        overflow: hidden;
        text-align: center;
        font-size: 18px;
        color: #f8bc01;
        font-family: 'Space Grotesk';
    }

    .login-google {
        font-family: Helvetica;
        color: black;
    }

    .none-underline {
        text-decoration: none;
        color: black;
        font-family: Helvetica;
    }

    @media screen and (max-width: 576px) {
        input {
            font-size: 16px;
        }

        .alert-success {
            /* color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
            border-radius: 3px;
            padding: 16px; */
            display: block;
        }
    }
}