﻿.swal-content__input {
    display: inline-block;
}

.headerImg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

#headerImgDiv {
    height: 680px;
    background-image: url(../../../../Img/Share/PC-BK.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover
}

#headerFullImg {
    opacity: .8
}

input, select, textarea {
    max-width: 330px
}

#contentWeb {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#wellcomDiv h2 {
    text-align: center;
    color: #fff
}

#phoneId {
    width: 180px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media (max-width: 767px) {

    /*廣告文宣*/
    #dialogActive {
        top: 14%;
    }

    #loginDiv {
        position: relative
    }

    #wellcomDiv {
        position: relative
    }

        #wellcomDiv img {
            width: 75%
        }

        #wellcomDiv h2 {
            text-align: center;
            font-size: 22.5px;
            letter-spacing: 3px
        }

    #loginContextDiv {
        margin-top: 60px
    }

    #verifyPw {
        /*iphone16*/
        /*width: 49.5%*/
        width: 46%
    }

    #loginSubmit {
        margin-left: 30px
    }

    #submitDiv {
        margin-top: 20px
    }

    #wooderfulLogoImg {
        vertical-align: unset
    }

    #contentWeb {
        top: 45%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #loginDiv {
        position: relative;
        margin-left: 30px
    }

    #wellcomDiv {
        position: relative
    }

        #wellcomDiv img {
            width: 90%
        }

        #wellcomDiv h2 {
            text-align: center;
            font-size: 22.5px;
            letter-spacing: 3px
        }

    #loginContextDiv {
        margin-top: 60px
    }

    #verifyPw {
        width: 65%
    }

    #loginSubmit {
        margin-left: 30px
    }

    #submitDiv {
        margin-top: 20px
    }

    #wooderfulLogoImg {
        vertical-align: unset
    }
}



    @media (min-width: 1024px) {
        #loginDiv {
            position: relative;
            top: 70px
        }

        #wellcomDiv {
            position: relative;
            top: 40px
        }

            #wellcomDiv img {
                width: 60%
            }

        #loginSubmit {
            margin-left: 20px
        }

        #verifyPw {
            width: 28%;
        }

        .col-lg-offset-3 {
            margin-left: 15%
        }
    }



    @media (min-width: 1025px) {
        #wellcomDiv h2 {
            font-size: 24px;
        }

        #loginDiv {
            position: relative;
            top: 70px
        }

        #wellcomDiv {
            position: relative;
            top: 40px
        }

            #wellcomDiv img {
                width: 40%
            }

        #loginSubmit {
            margin-left: 20px
        }



        .col-lg-offset-3 {
            margin-left: 20%
        }
    }


    @media (min-width: 1200px) {
        #verifyPw {
            width: 38%;
        }

        .col-lg-offset-3 {
            margin-left: 32%;
        }
    }


    @media (min-width: 1500px) {
        #verifyPw {
            width: 24%;
        }
    }