.form-control {
    display: block;
    width: 103%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box-subtitle {
    color: black !important;
    font-weight: bold !important;
}

.invalid-feedback1 {
    color: red !important;
    font-weight: bold !important;
}