@charset "utf-8";
/* CSS Document */

input.input_box {
    height: 36px;
    padding: 0 15px 0 15px;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
select.input_box {
    height: 36px;
    padding: 0 25px 0 15px;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.item_inputbox {
    margin-bottom: 0px;
    margin-right: 0px;
}
.notice_login{
    font-family: "微軟雅黑體", 'Noto Sans TC', sans-serif;
    color: #c97b63;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 5px;
}
.captcha_btn a.btn{
        padding: 20px 30px;
    height: 40px;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    border-radius: 21px !important;
}
@media screen and (max-width: 576px) {
.form_box h6 {
    width: auto;
}
}