.app-brand {
line-height: 1.5 !important;
}
.required-field {
color: red;
}
.phone_number > .iti--allow-dropdown {
width: 100%;
}

.invalid__phone__number {
width: 100%;
margin-top: 0.25rem;
font-size: 0.8125rem;
color: #ea5455;
}
.invalid__data {
width: 100%;
margin-top: 0.25rem;
color: #ea5455;
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 80% !important;
padding: 5% 1% !important;
margin-left: auto !important;
margin-right: auto !important;
}

.kbw-signature {
width: 100%;
height: 50%;
}

#sig canvas {
width: 100% !important;
height: auto;
}

.iti--allow-dropdown ~ .invalid-feedback {
display: block;
}
.table-fix-height {
height: 300px;
}
.table th {
    text-transform: none !important;
}

.ck-editor__editable_inline {
    height: 300px;
    overflow-y: auto;
}
.form-control.grey_bg {
    background-color:#f1f0f2 !important;
    opacity: 1;
}