.family-card-field {
    padding: 25px 20px;
    background: #e5e6f3;
    margin-bottom: 25px;
}
.family-card-field label {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.family-card-field input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.family-card-field button {
    padding: 15px 10px;
}
#validation_result {
    color: #ff0000;
    padding: 5px 0 0;
    font-size: 14px;
}
.family-card-field #card-inentity {
    display: flex;
    margin-top: 15px;
}
.family-card-field #card-inentity .image {
    width: 20%;
}
.family-card-field #card-inentity .image img {
    width: 100%;
}
.family-card-field #card-inentity .text {
    width: 80%;
    display: grid;
    align-content: center;
    justify-content: center;
}
.family-card-field #card-inentity .text span {
    display: block;
    text-align: center;
    width: 100%;
}
.family-card-field #card-inentity .text span.header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #3b589c;
}
.family-card-field #card-inentity .text span.link {
    color: #6677b8;
}

.code-kdr5p {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
}
