.contact-info{
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.contact-page{
     max-width: 700px;
    margin: auto;
}
.form-title {
    color: #3099C1;
    /*font-family: 'Fjalla One', sans-serif;*/
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
/*.form-title:after {
    content: "╳";
    color: #666;
    font-family: "標楷體", "DFKai-SB";
    font-size: 18px;
    display: block;
    margin-top: 10px;
}*/
.form-title small {
    color: #999;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
}

.reminder {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.reminder b {
    display: inline-block;
    color: #3099C1;
    font-size: 12px;
}

.form-box .captcha a .ic-rotate-left {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic-rotate-left{
    transform: rotate(270deg);
}
@media screen and (max-width:600px) {
.form-title{
    font-size: 20px;
}
}