.fake-select {
    position: relative;
}
.fake-select > select {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: transparent !important;
    color: transparent;
    z-index: 1;
}
.loginbox input[type="text"], .loginbox select {
    font-size: 16px;
}
.pagesize {
    margin: 0 auto;
    width: 1000px;
}
.pagesize_in {
    padding: 0 10px;
}
.contentArea {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 25px;
    position: relative;
}
h4 {
    font-size: 16px;
    color: #49576c;
    height: auto;
    padding-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.showPoint {
    text-align: center;
    padding: 10px 0 15px 0;
    font-size: 16px;
}
.showPoint span.title {
    font-weight: bold;
}
.red {
    color: #ee242e;
}
.loginbox {
    position: relative;
    box-sizing: border-box;
    width: auto;
    max-width: 600px;
    padding: 30px;
    margin: 0 auto;
    background-color: #f2f2f2;
    color: #444;
    margin-bottom: 20px;
}
.loginbox .title {
    font-size: 18px;
    font-weight: bold;
    height: auto;
}
.loginbox input[type="text"].typeit, .loginbox input[type="tel"].typeit {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
    width: 100% !important;
    margin-bottom: 10px;
    background: none;
}
input[type="text"], select {
    border-radius: 0;
    border: none;
}
.btArea {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 10px;
}
.btOK {
    line-height: 50px;
    height: 50px;
    background-color: #ff7746;
    font-size: 20px;
    text-align: center;
    display: inline;
    padding: 11px 0;
}
.btOK a {
    min-width: 170px;
    padding: 0 25px;
    color: #fff;
    display: inline-block;
}
.event_set .direction {
    font-size: 16px;
    line-height: 25px;
    color: #444;
    padding: 10px 5%;
}
.event_set .item {
    float: left;
    width: 100%;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #444;
    background: url(https://hamipoint.cht.com.tw/storage/uploads/icon_dot.jpg) 5px center no-repeat;
    background-size: auto;
    background-size: 5px 5px;
    box-sizing: border-box;
}
input[name="otp_passwd"] {
    border: 1px solid #C5EA7B;
}
#mbr_email{
    color : blue;
}
.step3 p a {
    color: #59abe3;
}
.loginbox .forVer {
    position: relative;
    padding-right: 300px;
}
.loginbox .verification {
    width: 260px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
.loginbox .verification .pic {
    width: 190px;
    float: left;
}
.loginbox .verification .btn_re {
    width: 60px;
    height: 60px;
    background: url(https://hamipoint.cht.com.tw/storage/uploads/btn_re.png) no-repeat;
    background-color: #6a6a6a;
    display: block;
    float: left;
}
#popUp {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-view {
    background-color: white;
    padding: 25px 50px;
    width: auto;
    height: auto;
}
.alert-text {
    font-size: 26px;
}
@media screen and (max-width: 767px) {
    .breadcrumb-border{
        display:none;
    }
    .pagesize {
        width:100%;
    }
    .contentArea{
        padding: 20px 10px;
        border: 0;
    }
    .loginbox{
        padding: 10px;
    }
    #trans_func h4{
        display: none;
    }
    .step2 .btOK a ,.step3 .btOK a , .stepEnd .btOK a {
        min-width: auto;
        margin-bottom:10px;
    }
    #mainbtn a{
        min-width:214px;
    }
    .loginbox .title {
        font-size: 14px;
    }
    .loginbox .forVer {
        position: relative;
        padding-right: 140px;
    }
    .loginbox .verification {
        width: auto;
    }   
    .loginbox .verification .pic {
        width: auto;
    }       
    .loginbox .verification .pic img {
        width: auto;
        height: 30px;
    }
    .loginbox .verification .btn_re {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .btOK a {
        min-width: auto;
    }
}