body{
    background: #f6f9fc;
    padding: 0 !important;
}
#main-wrapper {
    height: 100vh;
}
.account-block {
    padding: 0;
    background-image: url(https://bootdey.com/img/Content/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}
.auth-illustration-container {
    background: var(--primary-cta);
}
.auth-image {
    width: 90%;
    margin: auto;
    opacity: .9;
}


.auth-form{
    width: 100%;
    max-width: 600px;
}
.auth-header {
    margin-bottom: 4rem;
}


.usp-card {
    background: white;
    padding: 16px;
    margin: 16px 0;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    width: 400px; /* Uniform width based on longest USP text ("Real-Time Performance Tracking") */
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 80%; /* Ensures cards don’t stretch beyond right panel’s usable space */
}
.usp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="1" fill="%23D3B8FF" fill-opacity="0.1"/></svg>') repeat;
    opacity: 0.1;
    z-index: 0;
}
.usp-content {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.usp-icon {
    color: #6C48FF;
    margin-right: 12px;
    font-size: 20px;
}










