@import url(_form.css);

.form-box .control-label{
    padding-left: 32px;
    font-size: 16px;
    font-weight: 600;
}
.main-content .container{
    max-width: 1470px;
}
.reminder{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    padding: 9px 0px;
}

.form-title.msg_successfully{
    font-family: '微軟正黑體';
    font-size: 22px;
    color: #06594A;
}
.hr-success-txt{
    max-width: 300px;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    
}