/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2026 | 21:37:22 */
.register-or {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
    border-radius: 20px;
    align-items: center;
    margin: 0 auto;
}
.register-or .register {
    padding: 1.2rem 2rem 1.2rem 1.2rem;
    border-right: 1px solid #ddecff;
	position: relative;
}
.register-or .register::before {
    content: "or";
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    line-height: 1;
    padding: 5px 0;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    font-weight: 700;
    color: #AEC0DA;
}
.register-or .or {
    padding: 1.2rem 1.2rem 1.2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	gap: 1rem;
}
.register-or .or-text {
    display: block;
    font-size: 16px;
    font-family: var(--font-family-heading);
    line-height: 1;
    font-weight: 500;
    position: relative;
}
.register-or span.or-icon svg {
    width: 70px;
    height: 70px;
}
.register-or .or-text strong {
    font-weight: 700;
    font-family: inherit;
}

.register-btn,
#field_submit {
    text-align: center !important;
    padding: 15px 3rem 15px 15px !important;
    position: relative !important;
    width: 100% !important;
    display: block !important;
	white-space: nowrap !important;
}
.register-btn::before,
#field_submit::before {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: radial-gradient(116.35% 113.93% at 50% 100%, #BBE270 0%, #CCFF68 100%) !important;
    border: 3px solid #DDFF9A !important;
    border-radius: 100px !important;
    z-index: 0 !important;
	transition: all .2s ease-out !important;
}
.register-btn:hover::before,
#field_submit:hover::before {
	transform: scale(1.036) !important;
}
.register-btn::after,
#field_submit::after {
    content: "" !important;
    position: absolute !important;
    background-image: url(/wp-content/uploads/2025/11/heart.svg) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 35px !important;
    height: 35px !important;
    background-color: #fff !important;
    padding: 10px !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
}
.register-btn span,
.register-btn a,
#field_submit a {
    z-index: 9 !important;
    position: relative !important;
    font-size: 18px !important;
    font-family: var(--font-family-heading) !important;
    font-weight: 700 !important;
    color: var(--color-accent-navy) !important;
    line-height: 1 !important;
}
