@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --Color1: #f36300;
    --Color2: #fff79a;
    --Color3: #000;
    --Color4: #2e2c2a
}
.montserrat{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.loginBg{
    position: relative;
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
    background-image: url(../img/8fd071e1-84f1-4ddc-8760-2af1ec1a4904_首頁照片02.jpg);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0px;

    padding: 30px 170px 30px 0;
    justify-content: flex-end;
}
.loginSpace{
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 500px;
    border: 1px var(--Color2) solid;
    background-color: #ece9e0eb;
    padding: 50px 10px;
    box-sizing: border-box;
    border-radius: 7px;

}
.loginLogo{
    width: 250px;
    height: auto;
    margin: 0px auto 30px auto;
    display: block;
}
.ls1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
}
.ls1 h5{
    font-size: 1.6rem;
    color: var(--Color2);
    margin: 20px 0 0 12px;
}
.ls1-2{
    width: 100%;
    justify-content: center;
}
.ls1-3{
    flex-direction: column;
    align-items: start;
}
.ls1-3 p{
    color: var(--Color2);
    margin: 0 20px 20px 15px;
}
.ls1 .on{
    color: var(--Color4);
}
.ls1 a{
    text-decoration:none;
}
.ls2{
   margin: 10px;
   box-sizing: border-box;
}
.ls2 input{
    width: calc(100% - 0px);
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.1rem;
    color: var(--Color3);
    outline: none;
    margin: 5px 0;
    border: 1px var(--Color3) solid;
    background-color: initial;
}
.ls2 ::placeholder {
    color: var(--Color3);
    font-weight: normal;
    opacity: .5;
    font-size: .85rem;
}
.ls3{
    width: calc(100% - 30px);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ls3 .ls3Box{
    color: var(--Color4);
}
.ls3 a{
    color: var(--Color4);
}
.ls4 button{
    width: calc(100% - 20px);
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 10px;
    background-color: var(--Color4);
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
}
.ls4 button:active{
    opacity: .7;
}
.ls5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ls5 h5{
    margin: 0;
    font-size: 1rem;
    color: var(--Color4);
    font-weight: normal;
}
.ls5 button{
    width: calc(100% - 30px);
    padding: 10px 30px;
    margin: 10px;
    border: 0;
    color: #777;
    background-color: #fff;
    border: 1px #ccc solid;
    border-radius: 3px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls5 button svg{
    margin-right: 10px;
}
.ls5 button:active{
    opacity: .7;
}
.ls5 img{
    width: 25px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
}
.ls4 button:active{
    opacity: .7;
}
.sinSm{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sinSm button{
    width: 100px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    transition: all .3s linear;
}
.sinSm button:hover{
    opacity: .9;
}
.iconSinL{
    background-color: #64b73c;
}
.iconSinL::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/cart1/iconSinL.svg);
    display: block;
}
.iconSinF{
    background-color: #225595;
}
.iconSinF::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/cart1/iconSinF.svg);
    display: block;
}
.iconSinG{
    background-color: #f7f7f7;
}
.iconSinG::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/cart1/iconSinG.svg);
    display: block;
}
.sinSm2{
    width: calc(100% - 30px);
    margin: 10px auto;
}
.ls6{
    width: calc(100% - 30px);
    padding: 10px 30px;
    height: auto;
    margin: 10px;
    box-sizing: border-box;
    display: block;
    border: 1px var(--Color4) solid;
    color: var(--Color4);
    text-align: center;
    font-size: 1.2rem;
    border-radius: 3px;
    list-style: none;
}
.ls6 h5{
    margin: 0;
    list-style: none;
    font-style: normal;
}

@media (max-width: 991.98px) {
    .loginBg{
        padding: 30px 0;
        justify-content: center;
    }
}