.btn-link:hover, .btn-link:focus {
    color: #2ec1f2;
    outline: 0;
    text-decoration: none;
    font-family: '微軟正黑體'!important;
    background-color: transparent;
}
.btn-link {
    color: #333;
    font-family: '微軟正黑體'!important;
    text-decoration: none;
    background: transparent;
}
.content {
	text-align: center;
}
.quick-modal {
    width: 70%;
    background-color: #fff;
    margin-top: 5%;
    margin-left: 15%;
}

input {
    text-transform: none;
}