.text-center{
    text-align: center !important;
}
.recForm .controls a {
    width: 100%;
    border-radius: 4px;
}
.recForm {
    padding: 6px;
}

.inputDataLine{
    margin-bottom: 10px;
}

.inputDataLine input{
    width: 100%;
    border: 1px solid #959595;
    -webkit-appearance: none !important;
    padding: 5px;
}

#captcha input[type="text"] {
    -webkit-appearance: none !important;
}

.inputDataLine .labelName{
    font-weight: bold;
}

.inputDataLine .sub-LabelText{
    font-size: 12px;
    padding: 5px 0;
}

.inputDataLine .telInput .code{
    float: left;
    width: 20%;
    text-align: center;
}

.inputDataLine .telInput .number{
    float: right;
    width: 75%;
}

.recForm .alert-text{
    font-size: 12px;
    color: #6B0C17;
}
