.form-group input, .form-group textarea, .form-group select {
    display: block;
    background-color: #e9ecec;
    border: 0;
    padding: 14px;
    height: auto;
    color: #333;
    box-shadow: none;
}

.form-group textarea {
    width: 100% !important;
}

.form-group label {
    margin: 10px 0;
    font-weight: 400;
    display: block;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    padding: 0;
    word-break: break-all;
}

.btn {
    font-size: 18px;
    padding: 12px 18px;
    background: #ed000c;
    color: #fff !important;
    margin-top: 10px;
    border-radius: 4px;
    outline: none !important;
}

#getCodeBtn {
    margin-top: -2px;
}

.btn:hover {
    opacity: 0.8;
}

.checkbox label {
    font-size: 16px;
}

a {
    text-decoration: none !important;
}

.form-control-feedback {
    display: none !important;
}

img {
    width: 128px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #eee;
    display: none;
}

.img-btn {
    font-size: 18px;
    padding: 12px 18px;
    background: transparent;
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 4px;
    outline: none !important;
    margin-top: -2px;
}

.add-require-remark::before {
    content: ' *';
    color: #ed000c;
    padding-right: 3px;
}