/*
 * @author Taka<taka.home@msa.hinet.net>
 * @modifyDate 2026-06-11 14:45:00 CST
 * @fileName css/theme_default.css
 * @description 預設主題
 */

.register-top-grid h3, .register-bottom-grid h3 {
    color: #F07818;
    font-size: 3em;
    padding-bottom: 1em;
    margin: 0;
    text-align: center;
    font-family: 'Marvel-Regular';
}

/* 表單欄位標題（維持預設色，不特別改色） */
.control-group h4.text-nowrap {
    color: #000;
}

.register-but form input[type="submit"] {
    border: 2px solid #F07818;
    color: #FFF;
    font-size: 1.1em;
    padding: 0.5em 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    outline: none;
    background-color: #F07818;
}

.register-but input[type="submit"]:hover {
    background: #FFF;
    color: #F07818;
}

.SendBtn {
    width: 100%;
    max-width: none;
    min-height: 56px;
    display: block;
    margin: 20px 0 0 0;
    font-size: 18px;
    box-sizing: border-box;
    border: 3px solid red;
}

.SendBtn:hover {
    background: #fff;
    color: #F07818;
}
