.ButtonPanel {
    text-align: center;
}
.VerifyCode input{
    border: 1px solid #cccccc;
    border-radius: 3px;
     height: 30px !important;
}
.UIFormTemplate .title {
    color: #0052af;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    background-color: #fff !important;
    padding: 5px;
    font-weight: 500;
}
.FormView {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ErrorPanel {
    font-size: 20px;
    color: red;
}
.VerifyCode {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
}
.VerifyCode span{
    color: #0052af;
    font-size: 16px;
}
.FormView table#table-danhgia tr td:first-child {
    color: #0052af;
    font-size: 16px;
    width: 250px;
    text-align: right;
}
.FormView table#table-danhgia {
    width: 100%;
}
.FormView table#table-danhgia tr td input[type=text], .FormView table#table-danhgia tr td textarea {
    width: 100% !important;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.FormView table#table-danhgia tr td input[type=text]{
        height: 30px !important;
}
.FormView table#table-danhgia tr td{
        padding: 10px;
}
.FormView table#table-danhgia tr td:nth-child(2){
        display: none;
}
.FormView table#table-danhgia tr td textarea:focus, .FormView table#table-danhgia tr td input[type=text]:focus{
    outline: none;
}
@media only screen and (max-width: 768px){
        .FormView table#table-danhgia tr td:first-child {
            text-align: left;
            padding: 0 10px;
        }
        .UIFormTemplate {
            padding: 10px;
        }
        .VerifyCode {
            padding: 10px;
        }
        .VerifyCode {
            padding: 10px;
            gap: 10px;
        }
     .VerifyCode    .LableWrap {
            width: 150px;
        }
}