﻿
/*-------全局設定 --------*/
body {
    background: #fff;
    position: relative;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s; /*透明*/
}

@media screen and (max-height: 500px) {
    .wrapper {
        margin-bottom: 20px;
    }
}
/*-------全局設定 end--------*/

/*-------登入頁-------*/
.LoginPage .footer {
    background-color: transparent;
}

.LoginBk {
    background-image: url('../image/ecologyGIS_bg.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.LoginBk2 {
    background-image: url(../image/ecologyGIS_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.LoginBox {
    position: relative;
    width: 700px;
    right: 100px;
    margin-right: 0;
}


.logo_L {
    width: 600px;
    position: relative;
    left: -140px;
    top: -100px;
}

.LoginContent {
    width: 350px;
    z-index: 99;
    position: relative;
    margin-top: -100px;
}



.LoginInputBox {
    position: relative;
}

    .LoginInputBox input {
        margin: 7px 0;
        background-color: #e6e6e6 !important;
        height: 50px;
        border: 1px solid #bababa;
        padding-left: 35px;
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    .LoginInputBox img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 6px;
    }

.LoginCheckBox {
    display: flex;
    align-items: center;
}

#Image_Valid {
    width: 110px;
    margin-right: 10px;
}

#TB_ValidCode {
    margin: 7px 0;
    height: 40px;
    border: 1px solid #bababa;
    background-color: #e6e6e6 !important;
}

.LoginBTBox {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.LoginBTClass {
    height: 55px;
    border-radius: 9px;
    box-shadow: 1px 4px 1px 0px #757575;
    font-size: 1.4rem;
    color: #fff !important;
    font-weight: bold;
    margin: 0 5px;
    margin-top: 10px;
}

.LoginBT {
    background-color: #78d352;
    width: 60%;
}

    .LoginBT:hover {
        background-color: #58ae34;
    }

.ForgetBT {
    background-color: #b3b3b3;
    width: 40%;
}

    .ForgetBT:hover {
        background-color: #9c9c9c;
    }

@media (max-width: 1400px) {
    .LoginBox {
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .LoginBk {
        background-size: cover;
        background-position: -400px 0;
    }
}

@media (max-width:800px) {
    .LoginBk {
        background-position: -600px 0px;
    }

    .LoginBox {
        margin: 0 auto;
    }

    .LoginContent {
        margin-top: 0px;
    }

    .logo_L {
        width: 100%;
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:500px) {
    .LoginBox {
        margin: 0 auto;
    }

    .LoginContent {
        width: 100%;
        padding: 0 20px;
    }

    .LoginBTBox {
        display: inline-block;
        width: 100%;
    }

    .LoginBTClass {
        width: 100%;
    }
}
/*-------登入頁 end-------*/
