html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Microsoft JhengHei, sans-serif;
    flex-direction: column;
}

.login-page {
    width: 450px;
    height: 400px;
    padding-bottom: 18px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    text-align: center;
}

.title-bg {
    display: flex;
    align-items: flex-end;
    width: 450px;
    height: 75px;
    margin-bottom: 35px;
    padding: 12px 50px 12.8px 40px;
    background-color: #cc000b;
}

    .title-bg span {
        font-size: 25px;
        font-weight: bold;
        color: #fff;
    }

.form-group input.captcha-input {
    width: 130px;
}

.logo {
    width: 239.8px;
    height: 50.2px;
    margin-right: 20.2px;
    object-fit: contain;
}

.form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    .form-group label {
        width: 80px;
        margin-right: 9px;
        font-size: 18px;
        text-align: right;
    }

    .form-group input {
        width: 220px;
        height: 30px;
        border: 1px solid #b2b2b2;
        font-size: 16px;
        box-sizing: border-box;
    }

#captcha-box {
    width: 85px;
    height: 30px;
    border: 1px dashed #b2b2b2;
    margin: 0 10px 0 5px;
}

.checkbox-container {
    margin: 20px 27px 20px 0;
}

    .checkbox-container label {
        margin-left: 7px;
        width: 108px;
        height: 24px;
        font-size: 18px;
        color: #000;
    }

.btn-custom {
    width: 80px;
    height: 40px;
    margin: 0 10px;
    border: 1px solid #e65f44;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #f0c911, #f2ab1e 100%);
    color: #c92200;
    padding: 7px 20px 6px;
}

    .btn-custom:hover {
        background-color: #e0a700;
    }

.small-text {
    font-size: 0.8rem;
    color: #006eff;
    margin: 0 80px 0 0;
}

.icon {
    margin-left: 10px;
    width: 19px;
    height: 18px;
}

.error {
    color: red;
}
