.member_login-wrap{
    width: 100%;
    padding: 60px 40px 0 40px;
}

.main-title{
    font-size: 40px;
    color: #006738;
    font-weight: 600;
    border-bottom:1px solid #12A33E;
    margin-bottom: 70px;
    position: relative;
    
}

.main-title .main-title-Logo{
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -5px;
    
}

.main-title .leaf{
    position: absolute;
    right:0;
    bottom:-19px;
}


.login-block{
    position: relative;
    max-width: 540px;
    margin:0 auto 150px auto;
    padding: 20px 15px 25px 15px;
    border: 2px solid #12A33E;
    border-radius: 16px;
}

.TopDeco-Logo{
    text-align: center;
    margin-bottom: 10px;
}
.TopDeco-Text-1{
    color: #12A33E;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 3px;
}
.TopDeco-Text-2{
    color: #B3B3B3;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.login-block .form-group{
    margin-bottom: 20px;
}
.login-block .form-control{
    color: #000;
    border:1px solid #12A33E;
    background-color: transparent;
    font-size: 18px;
    padding: 5px 12px;
    border-radius: 6;
}
.login-block .form-control:focus{
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px rgba(192,192,192,0.2) inset; /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s; /*透明*/
    -webkit-text-fill-color: #4B6435; /*字體顏色*/
}
.login-block .form-check{
    margin-bottom: 30px;
}
.login-block .form-check-label{
    font-weight: bold;
    color:#4B6435;
}
.login-block .form-check-input{
    width:15px;
    height:15px;
}
.login-block .form-check-input:focus{
    outline: none;
}
.forget,.forget:hover,.forget:focus,.forget:active{
    text-decoration: underline;
}
.login-block .btn{
    width:100%; 
    border-radius: 0;
    color:white;
    font-size: 18px;
    font-weight: 570;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    letter-spacing: 10px;
}
#create-btn{
    width: 100%;
    height: 100px;
    background-color: #12A33E;
    border: none;
    border-bottom-right-radius:13px; 
    border-bottom-left-radius:13px; 
}
#create-btn:focus{
    outline:transparent;
}
.login-block .btn:focus{
    box-shadow: none;
}
.login-block .leaf{
    position: absolute;
    top: -22px;
    right: 17px;
}

.login-block .btn.login{
    margin-right: 30px;
}

.login{
    background-color: #E0695A;
    margin-bottom: 20px;
}
.agree{
    font-size: 12.5px;
    margin-bottom: 90px;
}
.create{
    position: absolute;
    left: 0;
    bottom: 0; 
    color: white;
    font-size: 18px;
    letter-spacing: 12px;
    font-weight: 600;
}

/* FB登入(目前為模擬用) Start */
.FBloginBox{
    position: relative;
    background-color: #495AA9;
    height: 42.4px;
    border-radius: 6px;
    padding: 8px 10px;
    margin-bottom: 20px;
}
.FBicon{

}
.FBicon > a {
    position: absolute;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    left:73px ;
    top: 8px;
}
/* FB登入(目前為模擬用) End */
@media screen and (max-width:576px){
    .login-block{
        position: relative;
        max-width: 540px;
        margin:0 auto 150px auto;
        padding: 20px 40px 25px 40px;
        border: 2px solid #12A33E;
        border-radius: 16px;
    }
    .login-block .btn{
        width:100%; 
        border-radius: 0;
        color:white;
        font-size: 18px;
        font-weight: 570;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 6px;
        letter-spacing: 10px;
    }
    .login-block .form-control {
        color: #000;
        border:1px solid #12A33E;
        background-color: transparent;
        font-size: 18px;
        padding: 5px 12px;
        border-radius: 6;
    }

    .FBicon > a {
        position: absolute;
        color: white;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        left:42px ;
        top: 8px;
    }
}