@charset "UTF-8";
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-height: 100vh;
    background-color: red;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.container {
    width: 100%;
    background-position: center 20%;
    background-image: url('../img/background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    height: 48px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p {
    font-size: 12px;
}

form {
    max-width: 400px;
    min-width: 300px;
    background-color: white;
    height: 344px;
    width: 566px;
    padding: 20px 40px 0px 40px;
    border-radius: 12px;
    opacity: 0px;
}

form * {
  color: black;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}

form p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.004em;
    text-align: center;
}

label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

form > button {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #E21E28;
    color: white;
    font-size: 18px;
    font-weight: 600;
    width: Fill (486px)px;
    height: Hug (40px)px;
    padding: 8px 16px 8px 16px;
    gap: 10px;
    border-radius: 4px;
    opacity: 0px;
}

form > input {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    border: 1px solid #808080c8;
    border-radius: 10 px;
    &::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        line-height:20px;
        text-align: left;
    }
}

form .title {
}
form .error {
    height: 20px;
    color: #E21E28;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.008em;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.002em;
    text-align: left;
}

.flex-container {
    display: flex;
}

.flex-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1; /* 佔據 1 份彈性空間 */
    font-size: 14px;
    margin-right: 152px;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 3; /* 佔據 3 份彈性空間 */
}

.flex-content {
    color: white;
}

.img-logo {
    content: url('../img/cmoney_logo_white.svg');
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    z-index: 1000;
}

.modal-container {
    width: 380px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.modal-title {
    font-family: PingFang TC;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.002em;
    text-align: left;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    span {
        margin: 0;
        width: 100%;
        color: #262626;
    }
}

.modal-content {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    p {
        margin: 0;
        font-family: PingFang TC;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.002em;
        text-align: left;
        color: #595959;
        white-space: pre-line;
    }
}

.modal-footer {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.modal-button {
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
    font-family: PingFang TC;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.002em;
    background: #E21E28;
    color: #FFFFFF;
    text-align: center;
    outline: none;
    border: 0px;
}

.modal-close-btn {
    display: flex;
    flex-direction: row-reverse;
    button {
        padding: 0;
        height: 24px;
        width: 24px;
        background-color: transparent;
        border: 0px;
    }
}
/*# sourceMappingURL=login.css.map */
