label.required::after {
    content: '*';
    margin-left: 4px;
    color: #F44336;
    position: relative;
    font-size: 14px;
}

.reg-form-section .form-control {
    border-radius: 3px;
    font-size: 13px;
    height: auto;
    line-height: 1.33333;
    padding: 10px 10px 10px 15px;
    background: #fcfcfc;
    color: #323232;
    border: 1px solid #cacaca;
    box-shadow: none;
}

.reg-form-section .form-group {
    margin-bottom: 24px;
}

.reg-form-section .form-control::placeholder {
    color: #999;
}

.reg-form-section label {
    color: #444444;
}

.reg-form-section .form-control:focus {
    background: #f3f3f3;
    border: 1px solid #222222;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.step-active {
    background: #f8f9fa;
}

.table-fda-license.table-bordered tbody tr td, .table-fda-license.table-bordered thead tr th {
    border-color: #eee;
    font-size: 14px;
    padding: 12px 8px;
}