body {
    padding-top: 0px;
}
/*登入畫面*/
.wrap_login {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    position: relative;
    text-align: center;
    background: url(../Images/login/login_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    transition: all 0.3s;
}

.loginGroup { /*border: 1px solid #eee;*/
    max-width: 480px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
}

.InputBox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 1rem;
    background: #ffffff;
    border-radius: 12px;
    text-align: left;
}

.companyName {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    font-weight: bolder;
    margin: 1rem 0;
    color: #4064fe;
    text-shadow: 0 0 6px rgba(255,255,255, 0.25);
}

.logo .systemTitle {
    letter-spacing: 6px;
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    color: #484AA3;
    text-shadow: 0 0 6px rgba(255,255,255, 0.25);
}

.otherloginLogo {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}

    .otherloginLogo a {
        width: 50px;
        height: 50px;
    }

        .otherloginLogo a img {
            width: 100%;
            height: auto;
        }

.wrap_login .form-group {
    display: flex;
    padding: 10px 10px;
    margin-bottom: 6px;
    background: #ECECEF;
}

    .wrap_login .form-group > div {
        flex: 1;
    }

.formBox {
}

    .formBox .w100 {
        width: 100%;
    }

    .formBox select {
        margin-bottom: 10px;
    }

    .formBox span {
        width: 90px;
    }

        .formBox span img {
            width: 100%;
        }

.wrap_login .form-group label {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1rem;
    color: #000000;
    border-right: 1px solid #BDCCD4;
}

.inline label {
    display: block;
}

.inline .form-control {
    display: inline-block;
}

.code {
    display: inline-block;
}

.btnGroup a.btn-lineLogin {
    border-radius: 16px;
    padding: 0;
    box-shadow: 1px 10px 10px rgb(0 0 0 / 20%);
}

.btn-lineLogin img {
    height: 36px;
}

.codeGroup {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 0.2rem;
    /* padding: 10px 10px; */
    /* margin-bottom: 6px; */
    background: #ECECEF;
}

@media (max-width:576px) {
    .loginGroup {
        width: 97%;
        position: absolute;
        top: 45%;
        left: 50%;
    }

    .imgLogo {
        height: 100px;
    }

        .imgLogo img {
            height: 100%;
        }

    .companyName {
        margin: 0.25rem 0;
        font-size: 1.6rem;
    }
}

@media (max-height: 667px) {
    .imgLogo {
        height: 80px;
    }

    .companyName {
        font-size: 1.4rem;
    }

    .loginGroup {
        top: 50%;
    }
}

@media (max-width:575px) {
    .wrap_login .codeGroup {
        display: flex-wrap;
        flex-wrap: wrap;
        width: 100%;
    }

        .wrap_login .codeGroup > * {
            margin-bottom: 4px;
        }

    .wrap_login .width80 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}



@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate(-50%,-75%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate(0,-50%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

/*登入-選擇身份*/
.InputBox p {
    padding: 10px 10px;
    color: #0068b7;
}

/*標題*/
.topBar_fixed {
    z-index: 2;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.width100 {
    width: 100px;
}

.width80 {
    width: 80px;
}

.width120 {
    width: 120px;
}

.btnGroup {
    display: flex;
    justify-content: center;
}

.btn-black {
    display: inline-block;
    line-height: 1.2;
    padding: 0 10px;
    background: #4C4F62;
    color: #fff;
    font-size: 1rem;
}

    .btn-black:hover {
        background: #000;
        color: #fff;
    }

.btn-grey-o {
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    background: #0FC179;
    background: #64697E;
    color: #fff;
    font-size: 1rem;
    border-radius: 20px;
    box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
}

    .btn-grey-o:hover {
        background: #4C4F62;
    }

.btn-green-o {
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    background: #0FC179;
    box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 1rem;
    border-radius: 20px;
}

    .btn-green-o:hover {
        background: #0D9959;
    }

.btn-Purple-o {
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #484AA3;
    border: 0px solid #484AA3;
    border-radius: 20px;
    box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
}

    .btn-Purple-o:hover {
        color: #fff;
        background-color: #3D4184;
        border-color: #0a58ca;
    }


@media (max-width:575px) {
    .btn-black {
        flex: 1;
        padding: 10px;
        min-width: 80px;
        text-align: center;
        color: #fff;
    }
}
/*footer*/
.loginFooter {
    width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    font-size: 1.4rem;
    text-align: left;
    background: rgba(333,333,333, 0.5);
    border-top: 1px solid #fff;
}

.footer {
    max-width: 768px;
    margin: 0 auto;
    line-height: 18px;
    font-size: 1.4rem;
    color: #0068b7;
}

@media (min-width: 768px) {
    .companyName {
        margin: 0.5rem 0;
    }
}
