body{
    background-image: url(../images/img/login-bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.contentBox{
    padding-top: 17%;
    padding-top: 10vh;
    justify-content: end;
    align-items: center;
    padding-bottom: 25%;
    height: 100vh;
}
.col-md-10{
    margin-right: 14%;
}
.Img .innerImg {
    padding-top: 28%;
    text-align: right;
    margin-left: auto;
    margin-bottom: 2rem;
}
.Img .innerImg .image{
   width: 100%;
   background-size: contain;
   left: auto;
}
form{
    width: 100%;
    margin-left: auto;
}
form p{
    color: #727171;
    margin-bottom: 0;
    font-size: 1rem;
}
form a{
    color: #727171;
}
form a:hover{
    color: #231815;
}
form .btn{
    background: #231815;
    color: #fff;
    border-radius: 70px;
    padding: 1px 25px 3px 25px;
}
.form-control{
    background: #EEEEEE;
    border-radius: 0;
    border:0px;
    margin-bottom: 1rem;
    padding: 10px;
}
.form-control:focus{
    outline: 0;
    border-radius: 0;
    background: #EEEEEE;
    box-shadow:0 0 0.3rem #868484;
}
.decoTxt{
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: 'Noto Serif TC', serif;
    padding-right: 2rem;
}
.decoTxt .decoBorder{
    width: 60px;
    height: 1px;
    background: #000;
    margin: 0 10px;
}
.decoTxt small{
    color: #595757;
    font-size: 0.7rem;
}
@media (max-width:1499px) {
    .col-md-10{
        margin-right: 17.5%;
    }
}
@media (max-width:1200px) {
    body{
        background-image: url(../images/img/login-bg-m.png);
        background-size: contain;
        background-position: bottom left;
        min-height: 100vh;
    }
    .contentBox{
        align-items: center;
        padding-top: 10vh;
        height: 80vh;
        justify-content: center;
    }
    .col-md-10{
        margin-right: 0;

    }
    .Img .innerImg .image{
       width: 85%;
       left: 50%;
       transform: translateX(-50%);
    }
    form{
        width: 85%;
        margin: 2rem auto 0 auto;
    }
    form .btn{
        padding: 1px 15px 3px 15px;
        font-size: 0.9rem;
    }
    form p{
        font-size: 0.8rem;
    }
    form a{
        font-size: 0.8rem;
    }
    .decoTxt{
        background: #f3f3f3;
        display: block;
        text-align: right;
        padding: 2rem 20%;
        bottom: 0;
    }
}
@media (max-width:767px) {
    .col-md-10{
        align-items: start;
        height: 90vh;;
    }
    .decoTxt{
        padding: 2rem 1rem;
    }
}