﻿.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 {
        width: 62%
    }

    #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
    }
    .col-lg-offset-3 {
        margin-left: 5%
    }
}


@media (min-width: 1024px) {
    #loginDiv {
        position: relative;
        top: 70px
    }

    #wellcomDiv {
        position: relative;
        top: 40px
    }

        #wellcomDiv img {
            width: 60%
        }

    #loginSubmit {
        margin-left: 20px
    }

    #verifyPw {
        width: 48%
    }

    .col-lg-offset-3 {
        margin-left:23%
    }
}



@media (min-width: 1025px) {
    #loginDiv {
        position: relative;
        top: 70px
    }

    #wellcomDiv {
        position: relative;
        top: 40px
    }

        #wellcomDiv img {
            width: 40%
        }

    #loginSubmit {
        margin-left: 20px
    }

    #verifyPw {
        width: 33%
    }

    /*.col-lg-offset-3 {
        margin-left: 27%
    }*/
}

@media (min-width: 1200px) {
    .col-lg-offset-3 {
        margin-left: 32%
    }
}