body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: "Helvetica Neue",Arial,"PingFang TC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei","黑体",Hei,sans-serif;
    color: #111;
    overflow: hidden;
}
.clearfix {
    clear: both;
}
.header-reg {
    height: 89px;
}

.page-view-respond-control {
    width: 1206px;
    padding: 0 8px;
}

.recaptcha-container {
    margin: 50px auto 0 auto;
    max-width: 640px;
}
.recaptcha-header {
    margin: 5px 0 35px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.recaptcha-form {
    text-align: center;
}
.recap-oversea-input {
    display: block;
    width: 100%;
}
.recap-oversea-input input {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #434a54;
    border: 1px solid #aab2bd;
    background-color: #fff;
    border-radius: 4px;
}
.recaptcha-button-container {
    display: block;
    width: 330px;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.42857143;
    white-space: nowrap;
    background-color: #00a499;
    border-color: #00a499;
    color: white;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #0000;
    border-radius: 4px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.page-view-respond-control p {
    margin: 0 0 10px;
}
.alert {
    display: flex;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #0000;
    border-radius: 4px;
    align-items: center;
    text-align: center;
}
.alert-danger {
    color: #da4453;
    background-color: #ffe6e6;
    border-color: #ffe6e6;
}
.alert-danger h4 {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.1;
    margin-top: 0;
}
.alert .line-01 .column-01, .alert .line-01 .column-02 {
    display: inline-block;
    margin: auto;
    float: none;
}
.alert .line {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    overflow: hidden;
}
.alert .line-01 .column-01 img {
    padding-right: 0;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.page-view-respond-control .alert .line, .page-view-respond-control .alert .column {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

@media screen and (max-width: 640px) {
    .page-view-respond-control {
        width: 100%;
        padding: 0 8px;
    }
    .recaptcha-header {
        text-align: center;
    }
}