.hero.is-fullheight {
    min-height: 100vh;
    background-color: #fafafa;
}

.profile-pic-container {
    position: relative;
    display: inline-block;
}

.profile-preview {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #e5e7eb;
}

.upload-button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #059669;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upload-button i {
    color: white;
    font-size: 0.8rem;
}

.signup-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.social-btn {
    width: 100%;
    justify-content: flex-start;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6b7280;
    margin: 1.5rem 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.divider::before {
    margin-right: 1rem;
}

.divider::after {
    margin-left: 1rem;
}
