@font-face {
    font-family: 'Thiccboi', sans-serif;
    src: url('./Thicccboi/TTF/') format('truetype');
    ;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Thicccboi", sans-serif;
}

body {
    display: flex;
    height: 100vh;
    max-width: 1440px;
    margin: 0 auto;
    overflow-y: hidden;
}

.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 60px 50px 72px;
    /* width: 70%; */
}

.left-bottom-container {
    position: absolute;
    bottom: 2px;
    display: flex;
    justify-content: space-between;
}

.left-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #353535;
    gap: 20px;
    position: relative;
    bottom: 13px;
}

.left-bottom a {
    text-decoration: none;
    font-size: 14px;
    color: #353535;
    font-weight: 400;
}

.left-bottom-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    gap: 15px;
    margin-left: 100px;
}

.logo {
    width: fit-content;
    height: 48px;
    align-self: baseline;
    margin-bottom: 30px;
}

.mockup {
    width: 500px;
    height: 500px;
}


/* .left-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
} */

.left-bottom a {
    text-decoration: none;
    font-size: 14px;
    color: #353535;
    font-weight: 400;
}

.mobile {
    display: none;
}

.left-bottom-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 15px;
}

.left-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
}

.right {
    background: url("./assets/icon/right-bg.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    background-color: white;
    border-radius: 4px;
    padding: 20px 30px;
    width: 70%;
    box-shadow: 0px 0px 14.9px 1px #1111110D;
}

.flyover {
    display: none;
}

.right h2 {
    font-size: 24px;
    font-weight: 600;
    color: #353535;
    text-align: center;
}

.right-top p {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-top: 10px;
    text-align: center;
}


/* form {
    flex-direction: column;
    justify-content: center;
} */

label {
    width: 38px;
    height: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #353535;
    text-align: left;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-container input[type="password"],
.password-container input[type="text"] {
    width: 100%;
    padding-right: 2rem;
}

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
}

.mobile-header {
    display: none;
}

.email-input,
#password {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    padding: 8px;
    gap: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
    outline-color: #CC33CC;
}

input::placeholder {
    font-family: "Tw Cen MT";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #444A58;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.button-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

button {
    padding: 12px 23px;
    background: #CC33CC;
    border-radius: 8px;
    border: none;
    font-family: "Tw Cen MT";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-message {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer-message p {
    font-size: 16px;
    font-weight: 400;
    color: #666666B2;
}

.footer-message a {
    width: 111px;
    height: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #CC33CC;
}

.right-bottom {
    width: 100%;
}

.right-bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #666666B2;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.login {
    font-size: 14px;
}

.reset {
    width: 100%;
}

.right-bottom h3 {
    color: #808080;
    font-size: 20px;
    font-weight: 600;
}

.password-reset {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.password-reset p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.password-reset a {
    text-decoration: none;
    color: #CC33CC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


/* responsiveness style for mobile */

@media (max-width: 900px) {
    .left {
        display: none;
    }
    body {
        background: url("./assets/icon/right-bg.jpg");
        overflow-y: hidden;
    }
    .right {
        background: none;
        width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .right>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        border-radius: 4px;
        width: 100%;
        background: none;
    }
    .input-div {
        margin-bottom: 10px;
    }
    .pin-input {
        width: 40px;
        height: 40px;
    }
    .flyover {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* width: 380px; */
        /* height: 20px; */
        margin-bottom: 5px;
    }
    .mobile-logo {
        width: 161px;
        height: 30px;
        /* margin-bottom: -30px; */
    }
    .left-bottom-link {
        display: flex;
        justify-content: right;
        text-align: right;
    }
    .footer-right-link {
        text-decoration: none;
        font-size: 12px;
        line-height: 14px;
        color: #353535;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .mobile {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        /* margin-top: 70px; */
        color: #353535;
        font-weight: 400;
        font-size: 12px;
        position: fixed;
        bottom: 10px;
        left: 0;
        padding: 1rem;
    }
    .mobile a {
        text-decoration: none;
        color: #353535;
        font-weight: 400;
        font-size: 12px;
    }
    .mobile div {
        display: flex;
        justify-content: right;
        gap: 10px;
        font-size: 12px;
    }
}