body {
    padding-top: 0px;
}
   /*登入畫面*/
   .wrap_login {
    width: 100%;
    /* height: 100%; */
    height: calc(100% - 32px);
    position: relative;
    text-align: center;
    background: url(../imagesBackend/menu/login/login_bg.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
}
.loginGroup {
    width: 500px;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);    
}

.InputBox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #ffffff50;
    text-align: left;
}
.imgLogo{
    margin-bottom: 10px;
}
.logo .companyName{
    height: auto;
    font-size: 6rem;
    line-height: 6rem;
    text-align: center;
    font-weight: bolder;
    margin: 10px 0 6px 0;
    color: #4D9973;
    text-shadow: 0 0 6px rgba(255,255,255, 0.25);
}

.logo .systemTitle{
    height: auto;
    letter-spacing: 6px;
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
    margin: 0px 0 10px 0;
    color: #4D9973;
    /* color: #fff; */
    text-shadow: 0 0 6px rgba(255,255,255, 0.25);
}




.wrap_login .form-group {
    display: flex;
    padding: 10px 10px;
    margin-bottom: 6px;
    /* background: #59BA89; */
    background: #64697E20;
    color: #000000;
}
.wrap_login .form-group .form-control{
    display: initial;
}
.wrap_login .form-group > div{
    flex: 1;
}
.formBox {
    /* padding: 10px 10px; */
}

.formBox .w100 {
    width: 100%;
}

.formBox select {
    margin-bottom: 10px;
}
.formBox span{
    font-size: inherit;
}
.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;
}
.changeUser {
    margin: 0;
    padding: 10px 0;
}
.loginWelcom{
    text-align: center;
    line-height: 1;
    margin: 20px 0 10px 0;
    font-size: 1.750rem;
    color: #000000;
}
.InputBox .tip{
    display: block;
}

.imgBlock img{
    width: auto;
    height: 50px;
}
@media (max-width:576px) {
    .loginGroup {
        width: 97%;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .wrap_login .codeGroup{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .wrap_login .width80{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .btn-black {
        display: inline-block;
        padding: 0 10px;
        width: 80px;
        text-align: center;
        color: #fff;
    }
    
}
@media (max-width:375px) {
    .loginGroup {
        width: 97%;
        position: absolute;
        top: 51%;
        left: 50%;
        height: inherit;
        overflow-y: auto;
    }
}

.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;
    }




.footer {
    padding: 0 10px;
    height: 32px;
    background-color: #000;
    color: #f8f9fa;
    line-height: 32px;
    text-align: right;
    font-size: .875rem;
    overflow: hidden;
  }
  .footer a{
    margin: 0!important;
    padding: 1px 6px!important;
    font-size: .875rem!important;
  }