.customer-registration-visual {
    background-image: url("../images/fishing-adventure.jpg");
    background-position: center;
}

.customer-register-panel {
    align-items: center;
}

.customer-register-form .owner-form-field--full {
    grid-column: 1 / -1;
}

.customer-registration-success {
    margin: 30px 0 24px;
    padding: 28px;
    border: 1px solid #a8d8d3;
    border-radius: 18px;
    background: #effaf8;
    text-align: center;
}

.customer-registration-success > span {
    width: 56px;
    height: 56px;
    margin: 0 auto 13px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    font-size: 1.25rem;
}

.customer-registration-success h3 {
    font: 800 1.15rem "Manrope", sans-serif;
}

.customer-registration-success p {
    margin-top: 7px;
    color: var(--muted);
    font-size: .78rem;
}

.customer-secondary-link {
    margin-top: 16px;
    display: block;
    color: var(--ocean);
    font-size: .74rem;
    font-weight: 800;
    text-align: center;
}

.customer-secure-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    font-size: .7rem;
    font-weight: 700;
}

.customer-secure-label i {
    color: var(--teal);
}

@media (max-width: 560px) {
    .customer-register-form .owner-form-field--full {
        grid-column: auto;
    }
}
